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

Method kind

crates/stdlib/src/socket.rs:2487–2489  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2485
2486 #[pygetset(name = "type")]
2487 fn kind(&self) -> i32 {
2488 self.kind.load()
2489 }
2490
2491 #[pygetset]
2492 fn family(&self) -> i32 {

Callers 14

load_dh_paramsMethod · 0.45
sock_op_timeout_errMethod · 0.45
connect_innerMethod · 0.45
convert_socket_errorFunction · 0.45
selectFunction · 0.45
getrusageFunction · 0.45
setrlimitFunction · 0.45
emit_next_tokenFunction · 0.45
find_fstring_middle_typeFunction · 0.45
next_non_dedent_infoFunction · 0.45
load_cert_chainMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected