Home
last modified time | relevance | path

Searched refs:some_other_func (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_typing.py5038 def some_other_func(): pass function
5039 overload(some_other_func)
5040 other_overload = some_other_func
5041 def some_other_func(): pass function
5042 self.assertEqual(list(get_overloads(some_other_func)), [other_overload])

Completed in 13 milliseconds