Searched defs:classdict (Results 1 – 7 of 7) sorted by relevance
/external/python/enum34/enum/ |
D | __init__.py | 153 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
|
D | test.py | 1186 def __new__(metacls, cls, bases, classdict): argument
|
/external/python/cpython3/Lib/ |
D | enum.py | 498 def __new__(metacls, cls, bases, classdict, *, boundary=None, _simple=False, **kwds): argument 1011 def _find_new_(mcls, classdict, member_type, first_enum): argument
|
/external/executorch/exir/serde/ |
D | export_serialize.py | 419 def __new__(metacls, name, bases, classdict): argument
|
/external/pytorch/torch/_export/serde/ |
D | serialize.py | 415 def __new__(metacls, name, bases, classdict): argument
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 2015 def __new__(metacls, cls, bases, classdict): argument 3409 def __new__(metacls, cls, bases, classdict, **kwds): argument
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 5776 PyObject *classdict; in merge_class_dict() local
|