Exception raised if a method is not valid for the current scenario.
| 364 | |
| 365 | |
| 366 | class NotThisMethod(Exception): |
| 367 | """Exception raised if a method is not valid for the current scenario.""" |
| 368 | |
| 369 | |
| 370 | # these dictionaries contain VCS-specific tools |
no outgoing calls
no test coverage detected
searching dependent graphs…