Lines Matching refs:popped
656 instructions, while the added value or key/value pair is popped off, the
691 the local namespace. The module is popped after loading all names. This
703 Removes one block from the block stack. The popped block must be an exception
706 popped values are used to restore the exception state.
924 Imports the module ``co_names[namei]``. TOS and TOS1 are popped and provide
945 If TOS is true, sets the bytecode counter to *target*. TOS is popped.
952 If TOS is false, sets the bytecode counter to *target*. TOS is popped.
967 stack. Otherwise (TOS is false), TOS is popped.
975 stack. Otherwise (TOS is true), TOS is popped.
989 it). If the iterator indicates it is exhausted, TOS is popped, and the byte
1117 Loads a method named ``co_names[namei]`` from the TOS object. TOS is popped.
1134 arbitrary callable). All of them are popped and the return value is pushed.