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.
1 parent c8600b9 commit 70cc4dbCopy full SHA for 70cc4db
Lib/test/test_inspect/test_inspect.py
@@ -5786,7 +5786,7 @@ def test_types_module_has_signatures(self):
5786
'AsyncGeneratorType': {'athrow'},
5787
'CoroutineType': {'throw'},
5788
'GeneratorType': {'throw'},
5789
- 'FrameLocalsProxyType': {'setdefault', 'pop'}
+ 'FrameLocalsProxyType': {'setdefault', 'pop', 'get'}
5790
}
5791
self._test_module_has_signatures(types,
5792
unsupported_signature=unsupported_signature,
0 commit comments