Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/ruff
/ current_token_text
Method
current_token_text
crates/ruff_python_parser/src/parser/mod.rs:460–462 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
458
}
459
460
fn current_token_text(&self) -> &'src str {
461
self.src_text(self.current_token_range())
462
}
463
464
fn parse_ipython_escape_command_value(
465
&self,
Callers
6
parse_interpolated_string_elements
Method · 0.80
bump_name
Method · 0.80
bump_int
Method · 0.80
bump_float
Method · 0.80
bump_complex
Method · 0.80
parse_ipython_escape_command_value
Method · 0.80
Calls
2
src_text
Method · 0.80
current_token_range
Method · 0.80
Tested by
no test coverage detected