Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ family
Method
family
crates/stdlib/src/socket.rs:2492–2494 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2490
2491
#[pygetset]
2492
fn family(&self) -> i32 {
2493
self.family.load()
2494
}
2495
2496
#[pygetset]
2497
fn proto(&self) -> i32 {
Callers
2
_init
Method · 0.45
get_addr_tuple
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected