Home
last modified time | relevance | path

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

/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
/external/python/cpython3/Lib/
Denum.py180 def __new__(metacls, cls, bases, classdict, **kwds): argument
627 def _find_new_(classdict, member_type, first_enum): argument
/external/python/cpython2/Objects/
Dobject.c1696 PyObject *classdict; in merge_class_dict() local
/external/python/cpython3/Tools/clinic/
Dclinic.py2383 def __init__(cls, name, bases, classdict): argument
3687 def __init__(cls, name, bases, classdict): argument
/external/python/cpython3/Lib/test/
Dtest_enum.py1205 def __new__(metacls, cls, bases, classdict): argument
/external/python/cpython3/Objects/
Dtypeobject.c4117 PyObject *classdict; in merge_class_dict() local