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 b09b844 commit 69164c7Copy full SHA for 69164c7
1 file changed
Doc/library/dis.rst
@@ -412,10 +412,10 @@ Miscellaneous opcodes.
412
with the outer-next block.
413
414
415
-.. opcode:: BUILD_CLASS ()
+.. opcode:: LOAD_BUILD_CLASS ()
416
417
- Creates a new class object. TOS is the methods dictionary, TOS1 the tuple of
418
- the names of the base classes, and TOS2 the class name.
+ Pushes builtins.__build_class__ onto the stack. It is later called by
+ ```CALL_FUNCTION`` to construct a class.
419
420
421
.. opcode:: WITH_CLEANUP ()
0 commit comments