MCPcopy 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

bump_nameMethod · 0.80
bump_intMethod · 0.80
bump_floatMethod · 0.80
bump_complexMethod · 0.80

Calls 2

src_textMethod · 0.80
current_token_rangeMethod · 0.80

Tested by

no test coverage detected