Exception indicating a problem in the list of sources given to mypy.
| 21 | |
| 22 | |
| 23 | class InvalidSourceList(Exception): |
| 24 | """Exception indicating a problem in the list of sources given to mypy.""" |
| 25 | |
| 26 | |
| 27 | def create_source_list( |
no outgoing calls
no test coverage detected
searching dependent graphs…