remove description of LOAD_LOCALS #8874

This commit is contained in:
Benjamin Peterson 2010-06-02 18:10:09 +00:00
parent 4b87620d5d
commit 775ae4a6f0
1 changed files with 0 additions and 7 deletions

View File

@ -383,13 +383,6 @@ added value or key/value pair is popped off, the container object remains on
the stack so that it is available for further iterations of the loop.
.. opcode:: LOAD_LOCALS ()
Pushes a reference to the locals of the current scope on the stack. This is used
in the code for a class definition: After the class body is evaluated, the
locals are passed to the class definition.
.. opcode:: RETURN_VALUE ()
Returns with TOS to the caller of the function.