Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_positional_only_arg.py301 def inner_has_pos_only(): function
305 assert inner_has_pos_only().__annotations__ == {'x': int}
315 def inner_has_pos_only(): function
318 return inner_has_pos_only()