Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h830 PyObject *class_or_tuple; in builtin_isinstance() local
865 PyObject *class_or_tuple; in builtin_issubclass() local
/external/python/cpython3/Python/
Dbltinmodule.c2596 PyObject *class_or_tuple) in builtin_isinstance_impl()
2624 PyObject *class_or_tuple) in builtin_issubclass_impl()
/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py36 def assertIsSubclass(self, cls, class_or_tuple, msg=None): argument
43 def assertNotIsSubclass(self, cls, class_or_tuple, msg=None): argument
/external/python/cpython3/Lib/test/
Dtest_typing.py41 def assertIsSubclass(self, cls, class_or_tuple, msg=None): argument
48 def assertNotIsSubclass(self, cls, class_or_tuple, msg=None): argument