Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ into_object
Method
into_object
src/objects/object.rs:77–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
76
#[inline]
77
fn into_object(self) -> PyObject {
78
self
79
}
80
81
#[inline]
82
unsafe fn unchecked_downcast_from(o: PyObject) -> PyObject {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected