Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ group
Function
group
tools/python-3.11.9-amd64/Lib/tokenize.py:59–59 ·
view source on GitHub ↗
(*choices)
Source
from the content-addressed store, hash-verified
57
return
self.type
58
59
def
group(*choices):
return
'('
+
'|'
.join(choices) +
')'
60
def
any(*choices):
return
group(*choices) +
'*'
61
def
maybe(*choices):
return
group(*choices) +
'?'
62
Callers
3
any
Function · 0.70
maybe
Function · 0.70
tokenize.py
File · 0.70
Calls
1
join
Method · 0.45
Tested by
no test coverage detected