HomeSort by relevance Sort by last modified time
    Searched refs:metacls (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/
enum.py 126 def __prepare__(metacls, cls, bases):
130 member_type, first_enum = metacls._get_mixins_(bases)
135 def __new__(metacls, cls, bases, classdict):
146 member_type, first_enum = metacls._get_mixins_(bases)
147 __new__, save_new, use_args = metacls._find_new_(classdict, member_type,
170 enum_class = super().__new__(metacls, cls, bases, classdict)
401 metacls = cls.__class__
404 classdict = metacls.__prepare__(class_name, bases)
424 enum_class = metacls.__new__(metacls, class_name, bases, classdict
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py     [all...]
test_grammar.py 348 def __prepare__(metacls, name, bases, **kwds):
    [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 1599 milliseconds