Base class for all PyInstaller build events.
More...
|
def | __init__ (self, args, kwargs) |
|
def | Encryption (self, encrypt, kwargs) |
|
def | Preprocessing (self, cmdstring='') |
|
def | Build (self, mode="onefile", kwargs) |
|
def | create (self, kwargs) |
|
def | __init__ (self, BuildID, Srcs, scratch=os.getcwd(), msvsc='vs2015', stype='Fortran', verbose=0, args, kwargs) |
|
def | __getstate__ (self) |
|
def | __setstate__ (self, _dict) |
|
def | AddIncludePath (self, includes) |
|
def | AddDependencyPath (self, dependencies) |
|
def | UseLibraries (self, libs) |
|
def | SourcePath (self, path) |
|
def | OutputPath (self, path, files="") |
|
def | Environment (self, path, script="ifortvars.bat") |
|
def | Preprocessing |
|
def | Build (self, cmdstring) |
|
def | Postprocessing (self, cmdstring='') |
|
def | create (self) |
|
Base class for all PyInstaller build events.
Inherited class to build projects using PyInstaller.
Inherited from Make.
Definition at line 1015 of file Make.py.
◆ __init__()
def PyXMake.Build.Make.PyInstaller.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Initialization of PyInstaller class object.
@note Creates stand-alone application of Python scripts using PyInstaller.
Definition at line 1019 of file Make.py.
◆ Build()
def PyXMake.Build.Make.PyInstaller.Build |
( |
|
self, |
|
|
|
mode = "onefile" , |
|
|
|
kwargs |
|
) |
| |
Switch build mode. Defaults to one single file.
Definition at line 1063 of file Make.py.
◆ create()
def PyXMake.Build.Make.PyInstaller.create |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
Execute make command
Definition at line 1199 of file Make.py.
◆ Encryption()
def PyXMake.Build.Make.PyInstaller.Encryption |
( |
|
self, |
|
|
|
encrypt, |
|
|
|
kwargs |
|
) |
| |
Encrypt byte-code by using user-supplied or randomly generated key.
@author: garb_ma
@param encrypt: Boolean
Definition at line 1042 of file Make.py.
◆ Preprocessing()
def PyXMake.Build.Make.PyInstaller.Preprocessing |
( |
|
self, |
|
|
|
cmdstring = '' |
|
) |
| |
Assemble command string for the pre-build event.
Definition at line 1053 of file Make.py.
◆ MakeObjectKind
PyXMake.Build.Make.PyInstaller.MakeObjectKind |
String identifier of current instance.
Definition at line 1027 of file Make.py.
◆ precmd
PyXMake.Build.Make.PyInstaller.precmd |
Command executed during pre-build event.
Definition at line 1060 of file Make.py.
The documentation for this class was generated from the following file:
- D:/03_Workspaces/01_Eclipse/pyx_core/PyXMake/Build/Make.py