Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
def
LParen():
20
return
Leaf(token.LPAR,
"("
)
21
22
def
RParen():
23
return
Leaf(token.RPAR,
")"
)
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