Skip to main content

Module path_mapping

Module path_mapping 

Source
Expand description

Path format and mapping rules.

Mirrors Python openjd.expr._path_mapping.

Structs§

PathMappingRule
A path mapping rule.

Enums§

PathFormat
Path format (POSIX, Windows, or URI).

Functions§

apply_rules
Apply a list of path mapping rules to a path. First match wins.
apply_rules_with_format
Apply rules with an explicit output format.
is_uri
Check if a string is a URI (has a scheme:// prefix).