(infile, relroot=fsutil.USE_CWD)
| 90 | |
| 91 | |
| 92 | def read_ignored(infile, relroot=fsutil.USE_CWD): |
| 93 | return dict(_iter_ignored(infile, relroot)) |
| 94 | |
| 95 | |
| 96 | def _iter_ignored(infile, relroot): |
nothing calls this directly
no test coverage detected
searching dependent graphs…