Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 196 Bytes

tech_notes.rst

File metadata and controls

6 lines (4 loc) · 196 Bytes

Possible mechanism for loading steps:

  • runpy.run_modules() requires a __main__.py and does not handle two modules with the same name.
  • runpy.run_path() is even more problematic.