CLPos
CLPos¶
- class CLPos[source]¶
Bases:
configpile.handlers.CLHandler
Handles positional parameters
Note that this handler has state, namely the positional parameters that are still expected.
Attributes
Note: attributes inherited from parent classes are not shown here, if any
(Mutable) list of positional parameters
Methods
Processes arguments, possibly updating the state or returning errors
Constructs a positional parameter handler from a sequence of positional parameters
List of members of CLPos
- pos: List[configpile.arg.Param[Any]]¶
(Mutable) list of positional parameters
- static make(seq)[source]¶
Constructs a positional parameter handler from a sequence of positional parameters
- __init__(pos)¶