Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __args__
Method
__args__
crates/vm/src/builtins/union.rs:126–128 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
124
125
#[pygetset]
126
fn __args__(&self) -> PyObjectRef {
127
self.args.clone().into()
128
}
129
130
#[pymethod]
131
fn __instancecheck__(
Callers
2
__instancecheck__
Method · 0.45
__subclasscheck__
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected