Home
last modified time | relevance | path

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

/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
/external/python/cpython3/Lib/test/
Dtest_typechecks.py8 def __instancecheck__(cls, inst): member in ABC
Dtest_types.py757 def __instancecheck__(cls, inst): member in UnionTests.test_bad_instancecheck.BadMeta
/external/python/cpython2/Lib/
Dabc.py128 def __instancecheck__(cls, instance): member in ABCMeta
/external/python/cpython3/Lib/
D_py_abc.py92 def __instancecheck__(cls, instance): member in ABCMeta
Dabc.py117 def __instancecheck__(cls, instance): member in ABCMeta
Dtyping.py395 def __instancecheck__(self, obj): member in _SpecialForm
993 def __instancecheck__(self, obj): member in _BaseGenericAlias
1258 def __instancecheck__(self, obj): member in _UnionGenericAlias
1489 def __instancecheck__(cls, instance): member in _ProtocolMeta
2386 __instancecheck__ = __subclasscheck__ variable in _TypedDictMeta
Dast.py523 def __instancecheck__(cls, inst): member in _ABC
/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
/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 …]
/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
/external/tensorflow/tensorflow/python/distribute/
Dcollective_all_reduce_strategy.py222 def __instancecheck__(cls, instance): member in _CollectiveAllReduceStrategyExperimentalMeta
/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py849 def __instancecheck__(cls, instance): member in RealPathlibPathModule
/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor.py65 def __instancecheck__(cls, obj): member in DescriptorMetaclass
/external/protobuf/python/google/protobuf/
Ddescriptor.py69 def __instancecheck__(cls, obj): member in DescriptorMetaclass