Set sys.modules['__main__'] to module at main_path
(main_path)
| 301 | |
| 302 | |
| 303 | def import_main_path(main_path): |
| 304 | ''' |
| 305 | Set sys.modules['__main__'] to module at main_path |
| 306 | ''' |
| 307 | _fixup_main_from_path(main_path) |
nothing calls this directly
no test coverage detected
searching dependent graphs…