Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c1d3c commit f25092fCopy full SHA for f25092f
README.md
@@ -162,7 +162,7 @@ Point(x=1, y=2)
162
1
163
>>> getattr(p, 'y')
164
2
165
->>> p._fields
+>>> Point._fields
166
('x', 'y')
167
```
168
index.html
@@ -327,7 +327,7 @@
327
<span class="hljs-number">1</span>
328
<span class="hljs-meta">>>> </span>getattr(p, <span class="hljs-string">'y'</span>)
329
<span class="hljs-number">2</span>
330
-<span class="hljs-meta">>>> </span>p._fields
+<span class="hljs-meta">>>> </span>Point._fields
331
(<span class="hljs-string">'x'</span>, <span class="hljs-string">'y'</span>)
332
</code></pre></div>
333
0 commit comments