MCPcopy 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
942impl LoadSuperAttr {

Callers 4

execute_instructionMethod · 0.80
specialize_load_attrMethod · 0.80
load_attr_slowMethod · 0.80
fmt_disMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected