PathPattern#
- class PathPattern[source]#
Bases:
object
Path 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)#