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

Class Row

crates/vm/src/stdlib/_ast.rs:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116/// A one-based index into the lines.
117#[derive(Clone, Copy)]
118struct Row(OneIndexed);
119
120impl Row {
121 const fn get(self) -> usize {

Callers 2

range_from_objectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected