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 66680f1 commit 780e969Copy full SHA for 780e969
Lib/test/test_inspect/test_inspect.py
@@ -6266,6 +6266,10 @@ def test_stat_module_has_signatures(self):
6266
import stat
6267
self._test_module_has_signatures(stat)
6268
6269
+ def test_struct_module_has_signatures(self):
6270
+ import struct
6271
+ self._test_module_has_signatures(struct)
6272
+
6273
def test_string_module_has_signatures(self):
6274
import string
6275
self._test_module_has_signatures(string)
0 commit comments