Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
2009
pub struct Py<T>(PyInner<T>);
2010
2011
impl<T: PyPayload> Py<T> {
2012
pub fn downgrade(
Callers
6
from
Method · 0.85
send_all_bytes
Function · 0.85
recv_one_tls_record
Function · 0.85
recv_one_tls_record_for_data
Function · 0.85
handshake_read_data
Function · 0.85
ssl_ensure_data_available
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected