Return the path to the *resource* as an actual file system path.
(anchor, *path_names)
| 33 | |
| 34 | |
| 35 | def path(anchor, *path_names): |
| 36 | """Return the path to the *resource* as an actual file system path.""" |
| 37 | return as_file(_get_resource(anchor, path_names)) |
| 38 | |
| 39 | |
| 40 | def is_resource(anchor, *path_names): |
nothing calls this directly
no test coverage detected
searching dependent graphs…