Verification failed.
| 573 | # ====================================================================== |
| 574 | |
| 575 | class VerifyError(Exception): |
| 576 | """Verification failed.""" |
| 577 | pass |
| 578 | |
| 579 | def function_as_string(t): |
| 580 | if t.contextfunc: |
no outgoing calls
no test coverage detected
searching dependent graphs…