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

Method is_short

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

Source from the content-addressed store, hash-verified

249 }
250
251 pub fn is_short(&self) -> bool {
252 (*self as u8) <= 9
253 }
254
255 pub fn short_column_group(&self) -> Option<u8> {
256 if self.is_short() {

Callers 4

get_line_deltaMethod · 0.80
co_positionsMethod · 0.80
linetable_to_locationsFunction · 0.80
short_column_groupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected