Home
last modified time | relevance | path

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

/external/python/funcsigs/tests/
Dtest_funcsigs.py74 def test_unbound_method(self): member in TestFunctionSignatures
/external/python/cpython3/Lib/test/
Dtest_sys_setprofile.py338 def test_unbound_method(self): member in ProfileSimulatorTestCase
Dtest_inspect.py2302 def test_unbound_method(o): function
2334 test_unbound_method(_pickle.Pickler.dump)
2347 test_unbound_method(type.__call__)
2348 test_unbound_method(int.__add__)
2363 test_unbound_method(dict.__delitem__)
2364 test_unbound_method(property.__delete__)