![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Member Functions | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
Public Attributes | |
str | command = "pylint" |
str | out = "html" |
str | output_file_path = "build/pylint.txt" |
verbose = self.distribution.verbose | |
![]() | |
verbose | |
Static Public Attributes | |
str | description = "Runs the pylint command." |
list | user_options |
Protected Member Functions | |
_create_command (self) | |
_perform_post_actions (self) | |
![]() | |
_run_command (self, command) | |
Static Protected Attributes | |
str | _PACKAGE_NAME = "src" |
Additional Inherited Members | |
![]() | |
_create_build_dir () | |
Runs the pylint command.
Definition at line 930 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 951 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 956 of file stm_make.py.
PyXMake.VTL.stm_make.pylint.finalize_options | ( | self | ) |
Definition at line 946 of file stm_make.py.
PyXMake.VTL.stm_make.pylint.initialize_options | ( | self | ) |
Definition at line 941 of file stm_make.py.
|
staticprotected |
Definition at line 934 of file stm_make.py.
PyXMake.VTL.stm_make.pylint.command = "pylint" |
Definition at line 942 of file stm_make.py.
|
static |
Definition at line 936 of file stm_make.py.
str PyXMake.VTL.stm_make.pylint.out = "html" |
Definition at line 943 of file stm_make.py.
PyXMake.VTL.stm_make.pylint.output_file_path = "build/pylint.txt" |
Definition at line 944 of file stm_make.py.
|
static |
Definition at line 937 of file stm_make.py.
PyXMake.VTL.stm_make.pylint.verbose = self.distribution.verbose |
Definition at line 947 of file stm_make.py.