Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_method
Method
is_method
crates/compiler-core/src/bytecode/oparg.rs:937–939 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
935
936
#[must_use]
937
pub const fn is_method(self) -> bool {
938
(self.0 & 1) == 1
939
}
940
}
941
942
impl LoadSuperAttr {
Callers
4
execute_instruction
Method · 0.80
specialize_load_attr
Method · 0.80
load_attr_slow
Method · 0.80
fmt_dis
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected