(x)
| 425 | # we need to wrap values in `formatter` in a lambda, so that the interface |
| 426 | # is the same as the above values. |
| 427 | def indirect(x): |
| 428 | return lambda: x |
| 429 | |
| 430 | if formatter is not None: |
| 431 | fkeys = [k for k in formatter.keys() if formatter[k] is not None] |