Home
last modified time | relevance | path

Searched defs:__instancecheck__ (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dtyping_extensions.py109 def __instancecheck__(self, obj): member in _NoReturn
524 def __instancecheck__(cls, instance): member in _ProtocolMeta
819 def __instancecheck__(self, instance): member in _ProtocolMeta
1090 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1379 def __instancecheck__(self, obj): member in AnnotatedMeta
1543 def __instancecheck__(self, obj): member in _TypeAliasBase
1843 def __instancecheck__(self, obj): member in _ConcatenateAliasBase
2087 def __instancecheck__(self, obj): member in _SpecialForm
2130 def __instancecheck__(self, obj): member in _Self
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dtyping_extensions.py109 def __instancecheck__(self, obj): member in _NoReturn
524 def __instancecheck__(cls, instance): member in _ProtocolMeta
819 def __instancecheck__(self, instance): member in _ProtocolMeta
1090 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1379 def __instancecheck__(self, obj): member in AnnotatedMeta
1543 def __instancecheck__(self, obj): member in _TypeAliasBase
1843 def __instancecheck__(self, obj): member in _ConcatenateAliasBase
2087 def __instancecheck__(self, obj): member in _SpecialForm
2130 def __instancecheck__(self, obj): member in _Self
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dtyping_extensions.py109 def __instancecheck__(self, obj): member in _NoReturn
524 def __instancecheck__(cls, instance): member in _ProtocolMeta
819 def __instancecheck__(self, instance): member in _ProtocolMeta
1090 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1379 def __instancecheck__(self, obj): member in AnnotatedMeta
1543 def __instancecheck__(self, obj): member in _TypeAliasBase
1843 def __instancecheck__(self, obj): member in _ConcatenateAliasBase
2087 def __instancecheck__(self, obj): member in _SpecialForm
2130 def __instancecheck__(self, obj): member in _Self
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dtyping_extensions.py109 def __instancecheck__(self, obj): member in _NoReturn
524 def __instancecheck__(cls, instance): member in _ProtocolMeta
819 def __instancecheck__(self, instance): member in _ProtocolMeta
1090 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1379 def __instancecheck__(self, obj): member in AnnotatedMeta
1543 def __instancecheck__(self, obj): member in _TypeAliasBase
1843 def __instancecheck__(self, obj): member in _ConcatenateAliasBase
2087 def __instancecheck__(self, obj): member in _SpecialForm
2130 def __instancecheck__(self, obj): member in _Self
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/
Dtyping_extensions.py109 def __instancecheck__(self, obj): member in _NoReturn
524 def __instancecheck__(cls, instance): member in _ProtocolMeta
819 def __instancecheck__(self, instance): member in _ProtocolMeta
1090 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1379 def __instancecheck__(self, obj): member in AnnotatedMeta
1543 def __instancecheck__(self, obj): member in _TypeAliasBase
1843 def __instancecheck__(self, obj): member in _ConcatenateAliasBase
2087 def __instancecheck__(self, obj): member in _SpecialForm
2130 def __instancecheck__(self, obj): member in _Self
/aosp_15_r20/external/python/typing/typing_extensions/
D__init__.py170 def __instancecheck__(self, obj): member in _NoReturn
594 def __instancecheck__(cls, instance): member in _ProtocolMeta
889 def __instancecheck__(self, instance): member in _ProtocolMeta
1182 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1521 def __instancecheck__(self, obj): member in AnnotatedMeta
1685 def __instancecheck__(self, obj): member in _TypeAliasBase
1995 def __instancecheck__(self, obj): member in _ConcatenateAliasBase
2238 def __instancecheck__(self, obj): member in _SpecialForm
2290 def __instancecheck__(self, obj): member in _LiteralString
2335 def __instancecheck__(self, obj): member in _Self
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_typechecks.py9 def __instancecheck__(cls, inst): member in ABC
77 def __instancecheck__(self, inst): member in TypeChecksTest.test_oldstyle.X
/aosp_15_r20/external/pytorch/torch/nn/
H A Dparameter.py10 def __instancecheck__(self, instance): member in _ParameterMeta
216 def __instancecheck__(self, instance): member in _BufferMeta
/aosp_15_r20/external/python/cpython3/Lib/
Dtyping.py470 def __instancecheck__(self, obj): member in _SpecialForm
489 def __instancecheck__(self, obj): member in _AnyMeta
1297 def __instancecheck__(self, obj): member in _BaseGenericAlias
1674 def __instancecheck__(self, obj): member in _UnionGenericAlias
1975 def __instancecheck__(cls, instance): member in _ProtocolMeta
2996 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
D_py_abc.py92 def __instancecheck__(cls, instance): member in ABCMeta
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtyping.py470 def __instancecheck__(self, obj): member in _SpecialForm
489 def __instancecheck__(self, obj): member in _AnyMeta
1297 def __instancecheck__(self, obj): member in _BaseGenericAlias
1674 def __instancecheck__(self, obj): member in _UnionGenericAlias
1975 def __instancecheck__(cls, instance): member in _ProtocolMeta
2996 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
H A D_py_abc.py92 def __instancecheck__(cls, instance): member in ABCMeta
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtyping.py470 def __instancecheck__(self, obj): member in _SpecialForm
489 def __instancecheck__(self, obj): member in _AnyMeta
1297 def __instancecheck__(self, obj): member in _BaseGenericAlias
1674 def __instancecheck__(self, obj): member in _UnionGenericAlias
1975 def __instancecheck__(cls, instance): member in _ProtocolMeta
2996 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtyping.py470 def __instancecheck__(self, obj): member in _SpecialForm
489 def __instancecheck__(self, obj): member in _AnyMeta
1297 def __instancecheck__(self, obj): member in _BaseGenericAlias
1674 def __instancecheck__(self, obj): member in _UnionGenericAlias
1975 def __instancecheck__(cls, instance): member in _ProtocolMeta
2996 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
D_py_abc.py92 def __instancecheck__(cls, instance): member in ABCMeta
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtyping.py470 def __instancecheck__(self, obj): member in _SpecialForm
489 def __instancecheck__(self, obj): member in _AnyMeta
1297 def __instancecheck__(self, obj): member in _BaseGenericAlias
1674 def __instancecheck__(self, obj): member in _UnionGenericAlias
1975 def __instancecheck__(cls, instance): member in _ProtocolMeta
2996 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtyping.py470 def __instancecheck__(self, obj): member in _SpecialForm
489 def __instancecheck__(self, obj): member in _AnyMeta
1297 def __instancecheck__(self, obj): member in _BaseGenericAlias
1674 def __instancecheck__(self, obj): member in _UnionGenericAlias
1975 def __instancecheck__(cls, instance): member in _ProtocolMeta
2996 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py163 def __instancecheck__(self, obj): member in _AnyMeta
473 def __instancecheck__(cls, instance): member in _ProtocolMeta
799 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1623 def __instancecheck__(self, obj): member in _SpecialForm
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py163 def __instancecheck__(self, obj): member in _AnyMeta
473 def __instancecheck__(cls, instance): member in _ProtocolMeta
799 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1623 def __instancecheck__(self, obj): member in _SpecialForm
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py163 def __instancecheck__(self, obj): member in _AnyMeta
473 def __instancecheck__(cls, instance): member in _ProtocolMeta
799 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1623 def __instancecheck__(self, obj): member in _SpecialForm
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py163 def __instancecheck__(self, obj): member in _AnyMeta
473 def __instancecheck__(cls, instance): member in _ProtocolMeta
799 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1623 def __instancecheck__(self, obj): member in _SpecialForm
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dvariable.py10 def __instancecheck__(cls, other): member in VariableMeta
/aosp_15_r20/external/python/typing_extensions/src/
Dtyping_extensions.py182 def __instancecheck__(self, obj): member in _AnyMeta
626 def __instancecheck__(cls, instance): member in _ProtocolMeta
1034 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
1495 def __instancecheck__(cls, __instance: Any) -> bool: member in _TypeVarLikeMeta
2079 def __instancecheck__(self, obj): member in _SpecialForm
/aosp_15_r20/external/python/typing/typing_extensions/src/
Dtyping_extensions.py325 def __instancecheck__(cls, instance): member in _ProtocolMeta
668 __instancecheck__ = __subclasscheck__ = _check_fails variable in _TypedDictMeta
1432 def __instancecheck__(self, obj): member in _SpecialForm
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_typechecks.py8 def __instancecheck__(cls, inst): member in ABC

123