Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_codeop.py14 def unify_callables(d): function
40 self.assertEqual(unify_callables(r),unify_callables(d))
/external/python/cpython3/Lib/test/
Dtest_codeop.py15 def unify_callables(d): function
41 self.assertEqual(unify_callables(r),unify_callables(d))