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 8d779a7 commit ff1cfeeCopy full SHA for ff1cfee
test/markup/python/keywords.expect.txt
@@ -1,3 +1,6 @@
1
+<span class="hljs-keyword">from</span> base.derive <span class="hljs-keyword">import</span> test
2
+<span class="hljs-keyword">import</span> base.test
3
+
4
<span class="hljs-keyword">class</span> <span class="hljs-title class_">Shorty</span>(<span class="hljs-title class_ inherited__">dict</span>):
5
<span class="hljs-keyword">def</span> <span class="hljs-title function_">len</span>(<span class="hljs-params">self</span>):
6
<span class="hljs-keyword">return</span> <span class="hljs-literal">NotImplemented</span>
test/markup/python/keywords.txt
+from base.derive import test
+import base.test
class Shorty(dict):
def len(self):
return NotImplemented
0 commit comments