/aosp_15_r20/external/pytorch/torch/backends/quantized/ |
H A D | __init__.py | 34 def __get__(self, obj, objtype) -> str: member in _QEngineProp 42 def __get__(self, obj, objtype) -> List[str]: member in _SupportedQEnginesProp
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | decorator_utils.py | 152 def __get__(self, owner_self, owner_cls): member in classproperty 187 def __get__(self, obj, objtype): member in _CachedClassProperty
|
H A D | tf_decorator.py | 249 def __get__(self, instance, owner): member in TFDecorator
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_common/ |
D | clsutil.py | 43 def __get__(self, obj, cls): member in Slot 113 def __get__(self, obj, cls): member in classonly
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 307 def __get__(self, instance, owner): member in TestDecorators.test_wrapped_descriptor_inside_classmethod.Wrapper 353 def __get__(self, instance, owner=None): member in TestDecorators.test_wrapped_classmethod_inside_classmethod.MyClassMethod1 367 def __get__(self, instance, owner=None): member in TestDecorators.test_wrapped_classmethod_inside_classmethod.MyClassMethod2
|
D | test_opcache.py | 36 def __get__(self, instance, owner): function 256 def __get__(self, instance, owner): function 291 def __get__(self, instance, owner): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | functools.py | 393 def __get__(self, obj, cls=None): member in partialmethod 943 def __get__(self, obj, cls=None): member in singledispatchmethod 981 def __get__(self, instance, owner=None): member in cached_property
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | functools.py | 393 def __get__(self, obj, cls=None): member in partialmethod 943 def __get__(self, obj, cls=None): member in singledispatchmethod 981 def __get__(self, instance, owner=None): member in cached_property
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | functools.py | 393 def __get__(self, obj, cls=None): member in partialmethod 943 def __get__(self, obj, cls=None): member in singledispatchmethod 981 def __get__(self, instance, owner=None): member in cached_property
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | functools.py | 393 def __get__(self, obj, cls=None): member in partialmethod 943 def __get__(self, obj, cls=None): member in singledispatchmethod 981 def __get__(self, instance, owner=None): member in cached_property
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | functools.py | 393 def __get__(self, obj, cls=None): member in partialmethod 943 def __get__(self, obj, cls=None): member in singledispatchmethod 981 def __get__(self, instance, owner=None): member in cached_property
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | functools.py | 393 def __get__(self, obj, cls=None): member in partialmethod 943 def __get__(self, obj, cls=None): member in singledispatchmethod 981 def __get__(self, instance, owner=None): member in cached_property
|
/aosp_15_r20/external/python/mako/mako/ |
D | util.py | 85 def __get__(self, obj, cls): member in memoized_property 107 def __get__(self, obj, cls): member in memoized_instancemethod
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testhelpers.py | 505 def __get__(self, obj, type_): member in SpecSignatureTest.test_spec_has_descriptor_returning_function.CrazyDescriptor 767 def __get__(self, obj, type=None): member in SpecSignatureTest.test_skip_attributeerrors.Raiser 890 def __get__(self, obj, cls=None): member in SpecSignatureTest.test_autospec_data_descriptor.Descriptor
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/ |
H A D | testhelpers.py | 505 def __get__(self, obj, type_): member in SpecSignatureTest.test_spec_has_descriptor_returning_function.CrazyDescriptor 767 def __get__(self, obj, type=None): member in SpecSignatureTest.test_skip_attributeerrors.Raiser 890 def __get__(self, obj, cls=None): member in SpecSignatureTest.test_autospec_data_descriptor.Descriptor
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/fixtures/ |
D | deprecated_property.py | 21 def __get__(self, instance, cls): member in DeprecatedProperty
|
/aosp_15_r20/packages/apps/Nfc/testutils/pn532/nfcutils/ |
D | other.py | 26 def __get__(self, owner_self, owner_cls): member in classproperty
|
/aosp_15_r20/external/pytorch/torch/backends/xnnpack/ |
H A D | __init__.py | 9 def __get__(self, obj, objtype): member in _XNNPACKEnabled
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/libs/test_binding/ |
D | binding.py | 40 def __get__(self, instance, owner): member in Binding
|
/aosp_15_r20/external/llvm/bindings/python/llvm/ |
H A D | common.py | 85 def __get__(self, instance, instance_type=None): member in CachedProperty
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/event/ |
D | subscription_handle.py | 39 def __get__(self, instance, owner): member in SubscriptionHandle
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | decorators.py | 69 def __get__(self, instance, owner): member in _CachedProperty
|
/aosp_15_r20/external/pytorch/torch/backends/ |
H A D | __init__.py | 38 def __get__(self, obj, objtype): member in ContextProp
|
/aosp_15_r20/external/pytorch/torch/distributions/ |
H A D | utils.py | 145 def __get__(self, instance, obj_type=None): member in lazy_property
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | config.py | 53 def __get__(self, obj, typ=None): member in Interceptor 287 def __get__(self, obj, otype): member in LogLevel
|