Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_bag
Method
as_bag
crates/compiler-core/src/bytecode.rs:328–330 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
326
type Bag = Self;
327
328
fn as_bag(self) -> Self {
329
self
330
}
331
}
332
333
#[derive(Clone, Copy)]
Callers
1
decode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected