MCPcopy 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
643impl<'a> ModuleItemArgs<'a> {
644 fn module_name(&'a self) -> &'a str {
645 self.context.name.as_str()
646 }
647}
648
649trait ModuleItem: ContentItem {

Callers 1

gen_module_itemMethod · 0.80

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected