Package rivescript :: Module rivescript
[hide private]
[frames] | no frames]

Module rivescript

source code


Version: 1.8.0

Classes [hide private]
  DeepRecursionError
Prevented an infinite loop / deep recursion, unable to retrieve a reply for this message
  NoDefaultRandomTopicError
No default topic 'random' could be found, critical error
  NoMatchError
No reply could be matched
  NoReplyError
No reply could be found
  ObjectError
An error occurred when executing a Python object
  RE
  RepliesNotSortedError
sort_replies() was not called after the RiveScript documents were loaded, critical error
  RiveScript
A RiveScript interpreter for Python 2 and 3.
  RiveScriptError
RiveScript base exception class
Variables [hide private]
  RS_ERR_DEEP_RECURSION = u'[ERR: Deep recursion detected]'
  RS_ERR_MATCH = u'[ERR: No reply matched]'
  RS_ERR_OBJECT = u'[ERR: Error when executing Python object]'
  RS_ERR_OBJECT_HANDLER = u'[ERR: No Object Handler]'
  RS_ERR_OBJECT_MISSING = u'[ERR: Object Not Found]'
  RS_ERR_REPLY = u'[ERR: No reply found]'
  __package__ = 'rivescript'
  rs_version = 2.0