MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Call

Function Call

tools/python-3.11.9-amd64/Lib/lib2to3/fixer_util.py:59–64  ·  view source on GitHub ↗

A function call

(func_name, args=None, prefix=None)

Source from the content-addressed store, hash-verified

57 return node
58
59def Call(func_name, args=None, prefix=None):
60 """A function call"""
61 node = Node(syms.power, [func_name, ArgList(args)])
62 if prefix is not None:
63 node.prefix = prefix
64 return node
65
66def Newline():
67 """A newline literal"""

Callers 15

transformMethod · 0.90
_isCallableMethod · 0.90
_handle_type2abcMethod · 0.90
_CallMethod · 0.90
transformMethod · 0.85
transformMethod · 0.85
transformMethod · 0.85
transform_rangeMethod · 0.85
transform_isinstanceMethod · 0.85
transform_sortMethod · 0.85
transformMethod · 0.85
transformMethod · 0.85

Calls 2

ArgListFunction · 0.85
NodeClass · 0.70

Tested by 1

_CallMethod · 0.72