MCPcopy 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
44def Comma():
45 """A comma leaf"""
46 return Leaf(token.COMMA, ",")
47
48def Dot():
49 """A period (.) leaf"""

Callers 10

transform_importMethod · 0.90
transform_memberMethod · 0.90
transformMethod · 0.90
_CallMethod · 0.90
transformMethod · 0.85
transform_isinstanceMethod · 0.85
transformMethod · 0.85
transformMethod · 0.85
transformMethod · 0.85
add_kwargMethod · 0.85

Calls 1

LeafClass · 0.85

Tested by 1

_CallMethod · 0.72