(init_globals)
| 161 | "__loader__": None, |
| 162 | }) |
| 163 | def create_ns(init_globals): |
| 164 | return _run_code(example_source, {}, init_globals) |
| 165 | self.check_code_execution(create_ns, expected_ns) |
| 166 | |
| 167 | def test_run_module_code(self): |
nothing calls this directly
no test coverage detected