(evaluation: str, **kwargs)
| 39 | |
| 40 | |
| 41 | def create_context(evaluation: str, **kwargs): |
| 42 | return EvaluationContext(locals=kwargs, globals={}, evaluation=evaluation) |
| 43 | |
| 44 | |
| 45 | forbidden = partial(create_context, "forbidden") |
nothing calls this directly
no test coverage detected
searching dependent graphs…