Home
last modified time | relevance | path

Searched defs:test_instance (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_reprlib.py138 def test_instance(self): member in ReprTests
323 def test_instance(self): member in LongReprTest
Dtest_gc.py126 def test_instance(self): member in GCTests
Dtest_collections.py462 def test_instance(self): member in TestNamedTuple
/third_party/python/Lib/ctypes/test/
Dtest_prototypes.py151 def test_instance(self): member in CharPointersTestCase
/third_party/python/Lib/idlelib/idle_test/
Dtest_squeezer.py20 def get_test_tk_root(test_instance): argument
/third_party/python/Lib/test/support/
D__init__.py1742 def patch(test_instance, object_to_patch, attr_name, new_value): argument