MCPcopy 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

_initMethod · 0.45
get_addr_tupleFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected