(x)
| 499 | # we need to wrap values in `formatter` in a lambda, so that the interface |
| 500 | # is the same as the above values. |
| 501 | def indirect(x): |
| 502 | return lambda: x |
| 503 | |
| 504 | if formatter is not None: |
| 505 | fkeys = [k for k in formatter.keys() if formatter[k] is not None] |
no outgoing calls
no test coverage detected
searching dependent graphs…