(self)
| 21 | class GlobalTests(unittest.TestCase): |
| 22 | |
| 23 | def setUp(self): |
| 24 | self.enterContext(check_warnings()) |
| 25 | warnings.filterwarnings("error", module="<test string>") |
| 26 | |
| 27 | ###################################################### |
| 28 | ### Syntax error cases as covered in Python/symtable.c |
nothing calls this directly
no test coverage detected