(filename)
| 72 | |
| 73 | |
| 74 | def is_standalone(filename): |
| 75 | filename = os.path.abspath(os.path.normalize(filename)) |
| 76 | return _is_standalone(filename) |
| 77 | |
| 78 | |
| 79 | def _is_standalone(filename): |
nothing calls this directly
no test coverage detected
searching dependent graphs…