(path, root)
| 159 | _import_path = import_path |
| 160 | |
| 161 | def import_path(path, root): |
| 162 | import py.path |
| 163 | |
| 164 | return _import_path(py.path.local(path)) |
| 165 | |
| 166 | |
| 167 | def _is_setup_py(path: Path) -> bool: |
no outgoing calls
no test coverage detected
searching dependent graphs…