Logo ROOT  
Reference Guide
launcher.py File Reference

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)
 
string launcher.module_name = "__main__"
 
 launcher.spec = importlib.util.spec_from_file_location(module_name, file_path)