API¶
-
class
pandora.Path(value, converters=None, split='/')¶ Path that can be used to match (and extract variables) from a string.
Attribute original: Original and unparsed path-value. Attribute regex: Regular (compiled) expression of the original value. Attribute cost: Calculate cost of the path. Attribute variables: Variables this path provides.