Searched defs:ownerclass (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ |
D | types.py | 203 def __get__(self, instance, ownerclass=None): argument
|
D | enum.py | 199 def __get__(self, instance, ownerclass=None): argument 238 def __set_name__(self, ownerclass, name): argument
|
/external/python/enum34/enum/ |
D | __init__.py | 50 def __get__(self, instance, ownerclass=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 239 def __get__(self, instance, ownerclass): argument
|