Return a path corresponding to the scheme. ``scheme`` is the install scheme name.
(name, scheme=get_default_scheme(), vars=None, expand=True)
| 619 | |
| 620 | |
| 621 | def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): |
| 622 | """Return a path corresponding to the scheme. |
| 623 | |
| 624 | ``scheme`` is the install scheme name. |
| 625 | """ |
| 626 | return get_paths(scheme, vars, expand)[name] |
| 627 | |
| 628 | |
| 629 | def get_config_vars(*args): |
no test coverage detected