Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_callable
Method
is_callable
crates/vm/src/protocol/callable.rs:15–17 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
13
14
#[inline]
15
pub fn is_callable(&self) -> bool {
16
self.to_callable().is_some()
17
}
18
19
/// PyObject_Call*Arg* series
20
#[inline]
Callers
15
cast
Method · 0.80
set_psk_client_callback
Method · 0.80
set_psk_server_callback
Method · 0.80
set_sni_callback
Method · 0.80
set_msg_callback
Method · 0.80
load_cert_chain
Method · 0.80
writer
Function · 0.80
create_collation
Method · 0.80
set_sni_callback
Method · 0.80
set__msg_callback
Method · 0.80
parse_password_argument
Method · 0.80
register
Method · 0.80
Calls
1
to_callable
Method · 0.80
Tested by
no test coverage detected