Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/typinganndata/
Dann_module8.py9 def NoTypeCheck_function(arg: int) -> int: function
/external/python/cpython3/Lib/test/
Dtest_typing.py5966 NoTypeCheck_function = ann_module8.NoTypeCheck_function variable in NoTypeCheck_WithFunction
6342 ann_module8.NoTypeCheck_function.__no_type_check__