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

Method short_column_group

crates/compiler-core/src/bytecode.rs:255–261  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

253 }
254
255 pub fn short_column_group(&self) -> Option<u8> {
256 if self.is_short() {
257 Some(*self as u8)
258 } else {
259 Option::None
260 }
261 }
262
263 pub fn one_line_delta(&self) -> Option<i32> {
264 match self {

Callers 2

co_positionsMethod · 0.80
linetable_to_locationsFunction · 0.80

Calls 2

is_shortMethod · 0.80
SomeClass · 0.50

Tested by

no test coverage detected