class documentation

class PCall:

View In Hierarchy

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] =

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

name: str =

Function name.

variables: dict[str, SSymbol] =

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