MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / any

Function any

tools/python-3.11.9-amd64/Lib/tokenize.py:60–60  ·  view source on GitHub ↗
(*choices)

Source from the content-addressed store, hash-verified

58
59def group(*choices): return '(' + '|'.join(choices) + ')'
60def any(*choices): return group(*choices) + '*'
61def maybe(*choices): return group(*choices) + '?'
62
63# Note: we use unicode matching for names ("\w") but ascii matching for

Callers 15

_c3_mroFunction · 0.70
compiler_fixupFunction · 0.70
getsourcefileFunction · 0.70
indexMethod · 0.70
whichFunction · 0.70
__setitem__Method · 0.70
is_privateMethod · 0.70
is_privateMethod · 0.70
is_reservedMethod · 0.70
is_privateMethod · 0.70
__call__Method · 0.70
_match_tracebackMethod · 0.70

Calls 1

groupFunction · 0.70

Tested by 1

mainFunction · 0.40