Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ module_name
Method
module_name
crates/derive-impl/src/pymodule.rs:644–646 ·
view source on GitHub ↗
(&'a self)
Source
from the content-addressed store, hash-verified
642
643
impl<
'a> ModuleItemArgs<'
a> {
644
fn module_name(&
'a self) -> &'
a str {
645
self.context.name.as_str()
646
}
647
}
648
649
trait ModuleItem: ContentItem {
Callers
1
gen_module_item
Method · 0.80
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected