Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
RParen():
23
return
Leaf(token.RPAR,
")"
)
24
25
def
Assign(target, source):
26
""
"Build an assignment statement"
""
Callers
5
ArgList
Function · 0.85
is_tuple
Function · 0.85
parenthesize
Function · 0.85
transform
Method · 0.85
transform
Method · 0.85
Calls
1
Leaf
Class · 0.85
Tested by
no test coverage detected