GB0186

Graph-Break Type

Short name describing what triggered the graph break

functools.partial() with non-literal keyword

Context

Values or code snippet captured at the break point

non-literal keyword: {k}

Explanation

Explanation of why the graph break was triggered

functools.partial() expects literal/string keywords

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry