Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ parenthesize
Function
parenthesize
tools/python-3.11.9-amd64/Lib/lib2to3/fixer_util.py:184–185 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
182
###########################################################
183
184
def
parenthesize(node):
185
return
Node(syms.atom, [LParen(), node, RParen()])
186
187
188
consuming_calls = {
"sorted"
,
"list"
,
"set"
,
"any"
,
"all"
,
"tuple"
,
"sum"
,
Callers
4
transform
Method · 0.85
transform
Method · 0.85
transform
Method · 0.85
transform
Method · 0.85
Calls
3
LParen
Function · 0.85
RParen
Function · 0.85
Node
Class · 0.70
Tested by
no test coverage detected