Home
last modified time | relevance | path

Searched defs:classdict (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/python/enum34/enum/
D__init__.py153 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
Dtest.py1186 def __new__(metacls, cls, bases, classdict): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Denum.py496 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/
Denum.py496 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/
Denum.py496 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/
Denum.py496 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 Denum.py496 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/
Denum.py496 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 Dexport_serialize.py419 def __new__(metacls, name, bases, classdict): argument
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c1696 PyObject *classdict; in merge_class_dict() local
/aosp_15_r20/external/python/cpython3/Tools/clinic/
Dclinic.py2485 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 Dserialize.py415 def __new__(metacls, name, bases, classdict): argument
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c4194 PyObject *classdict; in merge_class_dict() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py1545 def __new__(metacls, cls, bases, classdict): argument