| 11 | class PSException(Exception): pass |
| 12 | class PSEOF(PSException): pass |
| 13 | class PSSyntaxError(PSException): pass |
| 14 | class PSTypeError(PSException): pass |
| 15 | class PSValueError(PSException): pass |
| 16 |
no outgoing calls
no test coverage detected
searching dependent graphs…