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

Function LParen

tools/python-3.11.9-amd64/Lib/lib2to3/fixer_util.py:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 [keyword, Leaf(token.EQUAL, "="), value])
18
19def LParen():
20 return Leaf(token.LPAR, "(")
21
22def RParen():
23 return Leaf(token.RPAR, ")")

Callers 5

ArgListFunction · 0.85
is_tupleFunction · 0.85
parenthesizeFunction · 0.85
transformMethod · 0.85
transformMethod · 0.85

Calls 1

LeafClass · 0.85

Tested by

no test coverage detected