Searched defs:classdict (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/ |
D | enum.py | 180 def __new__(metacls, cls, bases, classdict, **kwds): argument 627 def _find_new_(classdict, member_type, first_enum): argument
|
/third_party/python/Tools/clinic/ |
D | clinic.py | 2383 def __init__(cls, name, bases, classdict): argument 3687 def __init__(cls, name, bases, classdict): argument
|
/third_party/python/Lib/test/ |
D | test_enum.py | 1205 def __new__(metacls, cls, bases, classdict): argument
|
/third_party/python/Objects/ |
D | typeobject.c | 4119 PyObject *classdict; in merge_class_dict() local
|