Home
last modified time | relevance | path

Searched defs:is_instance (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/unittest/test/testmock/
Dsupport.py4 def is_instance(obj, klass): function
/external/python/mock/mock/tests/
Dsupport.py8 def is_instance(obj, klass): function
/external/tensorflow/tensorflow/tools/api/lib/
Dapi_objects.proto24 repeated string is_instance = 1; field
/external/tensorflow/tensorflow/python/util/
Dutil.cc325 int is_instance = IsInstanceOfRegisteredType(to_check, "Sequence"); in IsSequenceHelper() local
996 int is_instance = IsInstanceOfRegisteredType(fields.get(), "Sequence"); in IsNamedtuple() local