Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tokenize.py
File
tokenize.py
Lib/tokenize.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Tokenization help
for
Python programs.
2
3
tokenize(readline) is a generator that breaks a stream of bytes into
4
Python tokens. It decodes the bytes according to PEP-0263
for
Callers
nothing calls this directly
Calls
8
maybe
Function · 0.85
_all_string_prefixes
Function · 0.85
set
Function · 0.85
any
Function · 0.70
group
Function · 0.70
_main
Function · 0.70
compile
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected