Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ Comma
Function
Comma
tools/python-3.11.9-amd64/Lib/lib2to3/fixer_util.py:44–46 ·
view source on GitHub ↗
A comma leaf
()
Source
from the content-addressed store, hash-verified
42
return
[obj, Node(syms.trailer, [Dot(), attr])]
43
44
def
Comma():
45
""
"A comma leaf"
""
46
return
Leaf(token.COMMA,
","
)
47
48
def
Dot():
49
""
"A period (.) leaf"
""
Callers
10
transform_import
Method · 0.90
transform_member
Method · 0.90
transform
Method · 0.90
_Call
Method · 0.90
transform
Method · 0.85
transform_isinstance
Method · 0.85
transform
Method · 0.85
transform
Method · 0.85
transform
Method · 0.85
add_kwarg
Method · 0.85
Calls
1
Leaf
Class · 0.85
Tested by
1
_Call
Method · 0.72