Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_sys_setprofile.py338 def test_unbound_method(self): member in ProfileSimulatorTestCase
Dtest_inspect.py2427 def test_unbound_method(o): function
2459 test_unbound_method(_pickle.Pickler.dump)
2472 test_unbound_method(type.__call__)
2473 test_unbound_method(int.__add__)
2488 test_unbound_method(dict.__delitem__)
2489 test_unbound_method(property.__delete__)