Skip to main content

stylers.default

DefaultStyler Objects

class DefaultStyler(BaseStyler)

A styler that does capitalize the first letter of the python class names and converts camelCase to snake_case for node and parameter names. (e.g. camelCase -> camel_case)

This is the default styler used for python projects