MCPcopy Index your code
hub / github.com/RustPython/RustPython / pop_symbol_table

Method pop_symbol_table

crates/codegen/src/compile.rs:894–896  ·  view source on GitHub ↗

Pop the current symbol table off the stack

(&mut self)

Source from the content-addressed store, hash-verified

892
893 /// Pop the current symbol table off the stack
894 fn pop_symbol_table(&mut self) -> SymbolTable {
895 self.symbol_table_stack.pop().expect("compiler bug")
896 }
897
898 /// Check if a super() call can be optimized
899 /// Returns Some(SuperCallType) if optimization is possible, None otherwise

Callers 3

exit_scopeMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected