Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
118
struct Row(OneIndexed);
119
120
impl Row {
121
const fn get(self) -> usize {
Callers
2
text_range_to_source_range
Function · 0.70
range_from_object
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected