Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_delta
Method · 0.80
co_positions
Method · 0.80
linetable_to_locations
Function · 0.80
short_column_group
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected