wtools
ESO waf tools
 All Classes Namespaces Functions Pages
wtools.config.python Class Reference

Static Public Member Functions

def configure_postload
 
def configure_preload
 

Static Public Attributes

list requires = []
 
list tools = ['python', 'buildcopy']
 
tuple defaults
 

Detailed Description

Provides Python support:
- Python3.5+
- Pylint (linting)

Options:
    python=dict(
        pylint_config=path  # Path to pylint configuration file.
    )

Member Data Documentation

tuple wtools.config.python.defaults
static
Initial value:
1 = dict(
2  pylint_config=os.path.join(os.path.dirname(__file__), 'tools/resources/eso_pylintrc')
3  )

The documentation for this class was generated from the following file: