Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_functools.py1804 def g_int(i): function
1806 g.register(int, g_int)
1839 def g_int(i): function
1843 self.assertIs(g.dispatch(int), g_int)