Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtypes.py203 def __get__(self, instance, ownerclass=None): argument
Denum.py199 def __get__(self, instance, ownerclass=None): argument
238 def __set_name__(self, ownerclass, name): argument
/external/python/enum34/enum/
D__init__.py50 def __get__(self, instance, ownerclass=None): argument
/external/python/cpython3/Lib/test/
Dtest_enum.py239 def __get__(self, instance, ownerclass): argument