PathPattern#
- class PathPattern[source]#
Bases:
objectPath fragment, contains the relative path + filename pattern containing a {name} substring
- static parser()[source]#
Returns a configpile parser for a PathPattern
- Return type:
Parser[PathPattern]
- __init__(path)#