Home
last modified time | relevance | path

Searched refs:HasCallProtocol (Results 1 – 2 of 2) sorted by relevance

/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py508 class HasCallProtocol(Protocol): class
1054 self.assertIsInstance(f, HasCallProtocol)
/external/python/cpython3/Lib/test/
Dtest_typing.py865 class HasCallProtocol(Protocol): class
912 self.assertIsInstance(f, HasCallProtocol)