OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_type_check
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Lib/test/
ann_module2.py
6
from typing import
no_type_check
, ClassVar
28
@
no_type_check
test_typing.py
18
from typing import
no_type_check
, no_type_check_decorator
[
all
...]
/external/python/cpython3/Doc/library/
typing.rst
858
.. decorator::
no_type_check
(arg)
870
Decorator to give another decorator the :func:`
no_type_check
` effect.
873
function in :func:`
no_type_check
`.
/external/python/cpython3/Lib/
typing.py
86
'
no_type_check
',
1529
def
no_type_check
(arg):
function
[
all
...]
Completed in 175 milliseconds