KVRootParam
KVRootParam¶
- class KVRootParam[source]¶
Bases:
configpile.handlers.KVParam
[pathlib.Path
]A root path parameter handler
Changes the root path used to resolve configuration file relative paths
Attributes
Note: attributes inherited from parent classes are not shown here, if any
Methods
A method called on the successful parse of a value
Processes
List of members of KVRootParam
- action(value, state)[source]¶
A method called on the successful parse of a value
Can be overridden. By default does nothing.
- __init__(param)¶
- static __new__(cls, *args, **kwds)¶
- handle(value, state)¶
Processes
- param: configpile.arg.Param[configpile.handlers._Value]¶
Parameter to handle