Searched defs:classdict (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/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
|
| /third_party/python/Tools/clinic/ |
| D | clinic.py | 2485 def __init__(cls, name, bases, classdict): argument 3817 def __init__(cls, name, bases, classdict): argument
|
| /third_party/python/Objects/ |
| D | typeobject.c | 4194 PyObject *classdict; in merge_class_dict() local
|
| /third_party/python/Lib/test/ |
| D | test_enum.py | 1545 def __new__(metacls, cls, bases, classdict): argument
|