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

Method is_load_method

crates/compiler-core/src/bytecode/oparg.rs:954–956  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

952
953 #[must_use]
954 pub const fn is_load_method(self) -> bool {
955 (self.0 & 1) == 1
956 }
957
958 #[must_use]
959 pub const fn has_class(self) -> bool {

Callers 2

load_super_attrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected