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

Method lookup

crates/codegen/src/symboltable.rs:122–124  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

120 }
121
122 pub fn lookup(&self, name: &str) -> Option<&Symbol> {
123 self.symbols.get(name)
124 }
125}
126
127#[derive(Debug, Clone, Copy, PartialEq, Eq)]

Callers 5

make_qualnameMethod · 0.45
compile_nameMethod · 0.45
get_ref_typeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected