Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ tokenize.py
File
tokenize.py
tools/python-3.11.9-amd64/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
10
_all_string_prefixes
Function · 0.85
sorted
Function · 0.85
any
Function · 0.70
maybe
Function · 0.70
group
Function · 0.70
main
Function · 0.70
map
Function · 0.50
set
Function · 0.50
compile
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected