thunder.core.codeutils.prettyprint¶ thunder.core.codeutils.prettyprint(x, *, with_type=False, literals_allowed=True, literals_as_underscores=False, _quote_markers=False)[source]¶ Return type: str Parameters: x (Any) – with_type (bool) – literals_allowed (bool) – literals_as_underscores (bool) – _quote_markers (bool) –