class documentation

A dataclass that holds call-specific attributes.

Class Variable arguments Dictionary of arguments (name -> SSymbol) for a call.
Class Variable name Function name.
Class Variable variables Dictionary of variables (name -> SSymbol) for a call.
arguments: dict[str, SSymbol] = (source)

Dictionary of arguments (name -> SSymbol) for a call.

name: str = (source)

Function name.

variables: dict[str, SSymbol] = (source)

Dictionary of variables (name -> SSymbol) for a call.