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

Function RParen

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

Source from the content-addressed store, hash-verified

20 return Leaf(token.LPAR, "(")
21
22def RParen():
23 return Leaf(token.RPAR, ")")
24
25def Assign(target, source):
26 """Build an assignment statement"""

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