Callbacks

DebugHandler (interpreter, data)

InputHandler (interpreter, data)

OutputHandler (interpreter, output, data)

Details

Cattle.DebugHandler(interpreter, data)
Parameters:
Returns:

True on success, False otherwise

Return type:

bool

Handler for a debug operation.

Cattle.InputHandler(interpreter, data)
Parameters:
Returns:

True on success, False otherwise

Return type:

bool

Handler for an input operation.

Cattle.OutputHandler(interpreter, output, data)
Parameters:
Returns:

True on success, False otherwise

Return type:

bool

Handler for an output operation.