MCPcopy Index your code
hub / github.com/RustPython/RustPython / Py

Class Py

crates/vm/src/object/core.rs:2009–2009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2007
2008#[repr(transparent)]
2009pub struct Py<T>(PyInner<T>);
2010
2011impl<T: PyPayload> Py<T> {
2012 pub fn downgrade(

Callers 6

fromMethod · 0.85
send_all_bytesFunction · 0.85
recv_one_tls_recordFunction · 0.85
handshake_read_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected