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/object.rs:26–28 ·
view source on GitHub ↗
(ctx: &Context)
Source
from the content-addressed store, hash-verified
24
impl PyPayload for PyBaseObject {
25
#[inline]
26
fn class(ctx: &Context) -> &'static Py<PyType> {
27
ctx.types.object_type
28
}
29
}
30
31
impl Constructor for PyBaseObject {
Callers
10
slot_init
Method · 0.45
object_getstate_default
Function · 0.45
cmp
Method · 0.45
slot_repr
Method · 0.45
__class__
Method · 0.45
set___class__
Method · 0.45
__reduce_ex__
Method · 0.45
__sizeof__
Method · 0.45
is_getstate_overridden
Function · 0.45
reduce_newobj
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected