We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_inspect
test_typing
1 parent 03029ac commit e52cce6Copy full SHA for e52cce6
Lib/test/test_inspect.py
@@ -69,6 +69,7 @@ def revise(filename, *args):
69
def tearDownModule():
70
if support.has_socket_support:
71
asyncio.set_event_loop_policy(None)
72
+ inspect._shadowed_dict_from_mro_tuple.cache_clear()
73
74
75
def signatures_with_lexicographic_keyword_only_parameters():
Lib/test/test_typing.py
@@ -56,6 +56,10 @@
56
CANNOT_SUBCLASS_INSTANCE = 'Cannot subclass an instance of %s'
57
58
59
+def tearDownModule():
60
61
+
62
63
class BaseTestCase(TestCase):
64
65
def assertIsSubclass(self, cls, class_or_tuple, msg=None):
0 commit comments