Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtypes.py174 def __get__(self, instance, ownerclass=None): argument
Denum.py192 def __get__(self, instance, ownerclass=None): argument
228 def __set_name__(self, ownerclass, name): argument
/third_party/python/Lib/test/
Dtest_enum.py194 def __get__(self, instance, ownerclass): argument