Home
last modified time | relevance | path

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

/external/python/typing/typing_extensions/src/
Dtyping_extensions.py502 runtime_checkable = typing.runtime_checkable variable
505 def runtime_checkable(cls): function
/external/python/typing_extensions/src/
Dtyping_extensions.py720 runtime_checkable = typing.runtime_checkable variable
722 def runtime_checkable(cls): function
/external/python/typing/typing_extensions/
D__init__.py1009 runtime_checkable = typing.runtime_checkable variable
1012 def runtime_checkable(cls): function
/external/python/cpython3/Lib/
Dtyping.py2325 def runtime_checkable(cls): function