Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Denum.py192 def __get__(self, instance, ownerclass=None): argument
228 def __set_name__(self, ownerclass, name): argument
Dtypes.py174 def __get__(self, instance, ownerclass=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Denum.py192 def __get__(self, instance, ownerclass=None): argument
228 def __set_name__(self, ownerclass, name): argument
Dtypes.py174 def __get__(self, instance, ownerclass=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Denum.py192 def __get__(self, instance, ownerclass=None): argument
228 def __set_name__(self, ownerclass, name): argument
Dtypes.py174 def __get__(self, instance, ownerclass=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Denum.py192 def __get__(self, instance, ownerclass=None): argument
228 def __set_name__(self, ownerclass, name): argument
Dtypes.py174 def __get__(self, instance, ownerclass=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Denum.py192 def __get__(self, instance, ownerclass=None): argument
228 def __set_name__(self, ownerclass, name): argument
H A Dtypes.py174 def __get__(self, instance, ownerclass=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Denum.py192 def __get__(self, instance, ownerclass=None): argument
228 def __set_name__(self, ownerclass, name): argument
Dtypes.py174 def __get__(self, instance, ownerclass=None): argument
/aosp_15_r20/external/python/enum34/enum/
D__init__.py50 def __get__(self, instance, ownerclass=None): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py194 def __get__(self, instance, ownerclass): argument