Namespaces | |
namespace | launcher |
Variables | |
launcher.dont_write_bytecode | |
launcher.file_path = os.path.expanduser(sys.argv[1]) | |
launcher.module = importlib.util.module_from_spec(spec) | |
str | launcher.module_name = "__main__" |
launcher.spec = importlib.util.spec_from_file_location(module_name, file_path) | |