Searched defs:test_instance (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_reprlib.py | 138 def test_instance(self): member in ReprTests |
| D | test_gc.py | 126 def test_instance(self): member in GCTests |
| D | test_collections.py | 462 def test_instance(self): member in TestNamedTuple |
| /third_party/python/Lib/ctypes/test/ | ||
| D | test_prototypes.py | 151 def test_instance(self): member in CharPointersTestCase |
| /third_party/python/Lib/idlelib/idle_test/ | ||
| D | test_squeezer.py | 20 def get_test_tk_root(test_instance): argument |
| /third_party/python/Lib/test/support/ | ||
| D | __init__.py | 1742 def patch(test_instance, object_to_patch, attr_name, new_value): argument |