MCPcopy 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)]
132struct Column(TextSize);
133
134impl Column {
135 const fn get(self) -> usize {

Callers 2

range_from_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected