Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ staticmethod.rs
File
staticmethod.rs
crates/vm/src/builtins/staticmethod.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use super::{PyGenericAlias, PyStr, PyType, PyTypeRef};
2
use crate::{
3
Context, Py, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine,
4
class::PyClassImpl,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected