For more information on the search, visit the help page.
PCall
arguments
name
variables
Types
PError
PState
SBooleanSymbol
SJsonSymbol
SLambdaSymbol
SListCharSymbol
SListQuoteSymbol
SListSymbol
SNilSymbol
SNumberSymbol
SStringSymbol
SSymbol
SSymbolQuoteSymbol
SSymbolSymbol
STSymbol
SType
FunctionDefinition
PErrorLogCallable
PFuncCallable
PLogCallable
PMatchCallable
PSymbolCallable
PSymbolDict
SSymbolsList
PErrorState
acme.helpers.interpreter.Types.PCall
acme
helpers
interpreter
class PCall:
View In Hierarchy
A dataclass that holds call-specific attributes.
dict[str, SSymbol]
Dictionary of arguments (name -> SSymbol) for a call.
str
Function name.
Dictionary of variables (name -> SSymbol) for a call.