Home
last modified time | relevance | path

Searched refs:ownerclass (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dtypes.py171 def __get__(self, instance, ownerclass=None): argument
/external/python/enum34/enum/
D__init__.py50 def __get__(self, instance, ownerclass=None): argument
/external/python/cpython3/Lib/test/
Dtest_enum.py133 def __get__(self, instance, ownerclass): argument
134 return self.fget(ownerclass)