/external/python/cpython2/Lib/test/ |
D | test_typechecks.py | 9 def __instancecheck__(cls, inst): member in ABC 77 def __instancecheck__(self, inst): member in TypeChecksTest.test_oldstyle.X
|
/external/python/cpython3/Lib/test/ |
D | test_typechecks.py | 8 def __instancecheck__(cls, inst): member in ABC
|
D | test_types.py | 757 def __instancecheck__(cls, inst): member in UnionTests.test_bad_instancecheck.BadMeta
|
/external/python/cpython2/Lib/ |
D | abc.py | 128 def __instancecheck__(cls, instance): member in ABCMeta
|
/external/python/cpython3/Lib/ |
D | _py_abc.py | 92 def __instancecheck__(cls, instance): member in ABCMeta
|
D | abc.py | 117 def __instancecheck__(cls, instance): member in ABCMeta
|
D | typing.py | 395 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
|
D | ast.py | 523 def __instancecheck__(cls, inst): member in _ABC
|
/external/python/setuptools/setuptools/_vendor/ |
D | typing_extensions.py | 109 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__.py | 170 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/ |
D | typing_extensions.py | 325 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/ |
D | collective_all_reduce_strategy.py | 222 def __instancecheck__(cls, instance): member in _CollectiveAllReduceStrategyExperimentalMeta
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_pathlib.py | 849 def __instancecheck__(cls, instance): member in RealPathlibPathModule
|
/external/cronet/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 65 def __instancecheck__(cls, obj): member in DescriptorMetaclass
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 69 def __instancecheck__(cls, obj): member in DescriptorMetaclass
|