Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Column
Class
Column
crates/vm/src/stdlib/_ast.rs:132–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
/// An UTF-8 index into the line.
131
#[derive(Clone, Copy)]
132
struct Column(TextSize);
133
134
impl Column {
135
const fn get(self) -> usize {
Callers
2
text_range_to_source_range
Function · 0.85
range_from_object
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected