(init_globals)
| 613 | expect_spec=True, check_loader=True): |
| 614 | # First check is without run_name |
| 615 | def create_ns(init_globals): |
| 616 | return run_path(script_name, init_globals) |
| 617 | expected_ns = example_namespace.copy() |
| 618 | if mod_name is None: |
| 619 | spec_name = expected_name |
nothing calls this directly
no test coverage detected