Home
last modified time | relevance | path

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

/third_party/python/Lib/
Denum.py496 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/
Dclinic.py2485 def __init__(cls, name, bases, classdict): argument
3817 def __init__(cls, name, bases, classdict): argument
/third_party/python/Objects/
Dtypeobject.c4194 PyObject *classdict; in merge_class_dict() local
/third_party/python/Lib/test/
Dtest_enum.py1545 def __new__(metacls, cls, bases, classdict): argument