GB4393

Graph-Break Type

Short name describing what triggered the graph break

issubclass() with unsupported arguments

Context

Values or code snippet captured at the break point

issubclass({derived}, {cls})

Explanation

Explanation of why the graph break was triggered

Arguments to issubclass() must be backed by python values.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry