concepts.pdsketch.parsers.pdsketch_v3_parser.FunctionCall#

class FunctionCall[source]#

Bases: object

A function call. This is used as the intermediate representation of the parsed expressions. Note that this includes not only function calls but also primitive operators and control flow statements.

Methods

Attributes

annotations

name

args

__init__(name, args, annotations=None)#
Parameters:
Return type:

None

__new__(**kwargs)#
annotations: Dict[str, Any] | None = None#
args: ArgumentsList#
name: str#