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 1e44eae commit 04d3ed5Copy full SHA for 04d3ed5
test/markup/python/keywords.expect.txt
@@ -3,6 +3,7 @@
3
<span class="hljs-keyword">return</span> <span class="hljs-literal">NotImplemented</span>
4
5
x = Shorty()
6
+x.<span class="hljs-title function_ method__">len</span>()
7
<span class="hljs-built_in">len</span>(x)
8
9
<span class="hljs-keyword">if</span> <span class="hljs-literal">__debug__</span>:
test/markup/python/keywords.txt
@@ -3,6 +3,7 @@ class Shorty(dict):
return NotImplemented
+x.len()
len(x)
if __debug__:
0 commit comments