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/set.rs:158–160 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
156
impl PyPayload for PySet {
157
#[inline]
158
fn class(ctx: &Context) -> &'static Py<PyType> {
159
ctx.types.set_type
160
}
161
}
162
163
impl PyPayload for PyFrozenSet {
Callers
4
reduce_set
Function · 0.45
repr_wtf8
Method · 0.45
copy
Method · 0.45
try_from_object
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected