Home
last modified time | relevance | path

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

/third_party/python/Lib/
Denum.py180 def __new__(metacls, cls, bases, classdict, **kwds): argument
627 def _find_new_(classdict, member_type, first_enum): argument
/third_party/python/Tools/clinic/
Dclinic.py2383 def __init__(cls, name, bases, classdict): argument
3687 def __init__(cls, name, bases, classdict): argument
/third_party/python/Lib/test/
Dtest_enum.py1205 def __new__(metacls, cls, bases, classdict): argument
/third_party/python/Objects/
Dtypeobject.c4119 PyObject *classdict; in merge_class_dict() local