|
|
def | configure_postload (cnf, requires, **kwargs) |
| |
|
def | configure_preload (cnf, requires, **kwargs) |
| |
|
|
list | requires = [] |
| |
|
list | tools = ['python', 'buildcopy'] |
| |
| | defaults |
| |
Provides Python support:
- Python3.5+
- Pylint (linting)
Options:
python=dict(
pylint_config=path # Path to pylint configuration file.
)
◆ defaults
| wtools.config.python.defaults |
|
static |
Initial value:= dict(
pylint_config=os.path.join(os.path.dirname(__file__), 'tools/resources/eso_pylintrc')
)
The documentation for this class was generated from the following file: