Go to the source code of this file.
Classes | |
| class | substitution_args.ArgException |
| class | substitution_args.SubstitutionException |
Namespaces | |
| substitution_args | |
Functions | |
| def | substitution_args._arg (resolved, a, args, context) |
| def | substitution_args._collect_args (arg_str) |
| def | substitution_args._resolve_args (arg_str, context, resolve_anon, commands) |
| def | substitution_args._sanitize_path (path) |
| def | substitution_args._separate_first_path (value) |
| def | substitution_args._split_command (resolved, command_with_args) |
| def | substitution_args.resolve_args (arg_str, context=None, resolve_anon=True) |
Variables | |
| int | substitution_args._DOLLAR = 1 |
| int | substitution_args._IN = 3 |
| int | substitution_args._LP = 2 |
| int | substitution_args._OUT = 0 |