(anchor, path_names)
| 76 | |
| 77 | |
| 78 | def _get_resource(anchor, path_names): |
| 79 | if anchor is None: |
| 80 | raise TypeError("anchor must be module or string, got None") |
| 81 | return files(anchor).joinpath(*path_names) |
no test coverage detected
searching dependent graphs…