Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_params
Method · 0.45
sock_op_timeout_err
Method · 0.45
connect_inner
Method · 0.45
convert_socket_error
Function · 0.45
select
Function · 0.45
getrusage
Function · 0.45
setrlimit
Function · 0.45
emit_next_token
Function · 0.45
find_fstring_middle_type
Function · 0.45
next_non_dedent_info
Function · 0.45
load_cert_chain
Method · 0.45
load_certs_from_file_helper
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected