Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ class
Method
class
crates/vm/src/builtins/module.rs:102–104 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
100
impl PyPayload for PyModule {
101
#[inline]
102
fn class(ctx: &Context) -> &'static Py<PyType> {
103
ctx.types.module_type
104
}
105
}
106
107
#[derive(FromArgs)]
Callers
1
__annotations__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected