whitesymex.parameter module

class whitesymex.parameter.Parameter(value)

Bases: enum.Enum

Parameter types for the commands.

pattern

A string regex pattern to match the parameter.

LABEL = '([\\t ]+)\\n'
NUMBER = '([\\t ]+)\\n'