Searched defs:classdict (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/ |
D | enum.py | 135 def __new__(metacls, cls, bases, classdict): argument 475 def _find_new_(classdict, member_type, first_enum): argument
|
/external/python/cpython2/Objects/ |
D | object.c | 1696 PyObject *classdict; in merge_class_dict() local
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 2237 def __init__(cls, name, bases, classdict): argument 3005 def __init__(cls, name, bases, classdict): argument
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 1036 def __new__(metacls, cls, bases, classdict): argument
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 3359 PyObject *classdict; in merge_class_dict() local
|