Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtypes.py164 def __get__(self, instance, ownerclass=None): argument
/external/python/cpython3/Lib/test/
Dtest_enum.py135 def __get__(self, instance, ownerclass): argument
136 return self.fget(ownerclass)