You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div><h4id="expressionsthatcallthereprmethod">Expressions that call the repr() method:</h4><pre><codeclass="python language-python hljs"><spanclass="hljs-keyword">print</span>/str/repr([<obj>])
<div><h4id="expressionsthatcallthereprmethod">Expressions that call the repr() method:</h4><pre><codeclass="python language-python hljs">print/str/repr([<obj>])
Z = dataclasses.make_dataclass(<spanclass="hljs-string">'Z'</span>, [<spanclass="hljs-string">'a'</span>]); <spanclass="hljs-keyword">print</span>/str/repr(Z(<obj>))
839
+
Z = dataclasses.make_dataclass(<spanclass="hljs-string">'Z'</span>, [<spanclass="hljs-string">'a'</span>]); print/str/repr(Z(<obj>))
0 commit comments