Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Args
Class
Args
crates/vm/src/exceptions.rs:1183–1183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1181
1182
let args = {
1183
struct Args<
'vm>(&'
vm VirtualMachine, PyTupleRef);
1184
impl serde::Serialize for Args<'_> {
1185
fn serialize<S: serde::Serializer>(&self, s: S) -> Result<S::Ok, S::Error> {
1186
s.collect_seq(
Callers
1
serialize
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected