Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
can_optimize_super_call
Method · 0.45
make_qualname
Method · 0.45
module_name_declared_global_in_nested_scope
Method · 0.45
compile_name
Method · 0.45
get_ref_type
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected