MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / as_object

Method as_object

src/objects/object.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70impl PythonObject for PyObject {
71 #[inline]
72 fn as_object(&self) -> &PyObject {
73 self
74 }
75
76 #[inline]
77 fn into_object(self) -> PyObject {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected