MCPcopy Index your code
hub / github.com/ipython/ipython / Token

Class Token

IPython/utils/tokenutil.py:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class Token(NamedTuple):
17 token: int
18 text: str
19 start: int
20 end: int
21 line: str
22
23
24def generate_tokens(readline: Callable) -> Generator[TokenInfo, None, None]:

Callers 1

token_at_cursorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…