/aosp_15_r20/external/python/enum34/enum/ |
D | __init__.py | 153 def __new__(metacls, cls, bases, classdict): argument 531 def _find_new_(classdict, member_type, first_enum): argument 589 def _find_new_(classdict, member_type, first_enum): argument
|
D | test.py | 1186 def __new__(metacls, cls, bases, classdict): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | enum.py | 496 def __new__(metacls, cls, bases, classdict, *, boundary=None, _simple=False, **kwds): argument 1005 def _find_new_(mcls, classdict, member_type, first_enum): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | enum.py | 496 def __new__(metacls, cls, bases, classdict, *, boundary=None, _simple=False, **kwds): argument 1005 def _find_new_(mcls, classdict, member_type, first_enum): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | enum.py | 496 def __new__(metacls, cls, bases, classdict, *, boundary=None, _simple=False, **kwds): argument 1005 def _find_new_(mcls, classdict, member_type, first_enum): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | enum.py | 496 def __new__(metacls, cls, bases, classdict, *, boundary=None, _simple=False, **kwds): argument 1005 def _find_new_(mcls, classdict, member_type, first_enum): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | enum.py | 496 def __new__(metacls, cls, bases, classdict, *, boundary=None, _simple=False, **kwds): argument 1005 def _find_new_(mcls, classdict, member_type, first_enum): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | enum.py | 496 def __new__(metacls, cls, bases, classdict, *, boundary=None, _simple=False, **kwds): argument 1005 def _find_new_(mcls, classdict, member_type, first_enum): argument
|
/aosp_15_r20/external/executorch/exir/serde/ |
H A D | export_serialize.py | 419 def __new__(metacls, name, bases, classdict): argument
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 1696 PyObject *classdict; in merge_class_dict() local
|
/aosp_15_r20/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 2485 def __init__(cls, name, bases, classdict): argument 3817 def __init__(cls, name, bases, classdict): argument
|
/aosp_15_r20/external/pytorch/torch/_export/serde/ |
H A D | serialize.py | 415 def __new__(metacls, name, bases, classdict): argument
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 4194 PyObject *classdict; in merge_class_dict() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_enum.py | 1545 def __new__(metacls, cls, bases, classdict): argument
|