Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
launcher Namespace Reference

Variables

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

Variable Documentation

◆ dont_write_bytecode

launcher.dont_write_bytecode

Definition at line 25 of file launcher.py.

◆ file_path

launcher.file_path = os.path.expanduser(sys.argv[1])

Definition at line 12 of file launcher.py.

◆ module

launcher.module = importlib.util.module_from_spec(spec)

Definition at line 31 of file launcher.py.

◆ module_name

str launcher.module_name = "__main__"

Definition at line 18 of file launcher.py.

◆ spec

launcher.spec = importlib.util.spec_from_file_location(module_name, file_path)

Definition at line 30 of file launcher.py.