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.
LOAD_SUPER_ATTR
dis
1 parent 9a35794 commit f7c5a7aCopy full SHA for f7c5a7a
Doc/library/dis.rst
@@ -1214,9 +1214,10 @@ iterations of the loop.
1214
``super(cls, self).method()``, ``super(cls, self).attr``).
1215
1216
It pops three values from the stack (from top of stack down):
1217
- - ``self``: the first argument to the current method
1218
- - ``cls``: the class within which the current method was defined
1219
- - the global ``super``
+
+ * ``self``: the first argument to the current method
+ * ``cls``: the class within which the current method was defined
1220
+ * the global ``super``
1221
1222
With respect to its argument, it works similarly to :opcode:`LOAD_ATTR`,
1223
except that ``namei`` is shifted left by 2 bits instead of 1.
0 commit comments