Package rivescript :: Module python :: Class PyRiveObjects
[hide private]
[frames] | no frames]

Class PyRiveObjects

source code

A RiveScript object handler for Python code.

Instance Methods [hide private]
 
__init__(self) source code
 
load(self, name, code)
Prepare a Python code object given by the RiveScript interpreter.
source code
 
call(self, rs, name, fields)
Invoke a previously loaded object.
source code
Class Variables [hide private]
  _objects = {}