Crossfire Server, Trunk
eliza.eliza Class Reference
+ Collaboration diagram for eliza.eliza:

Public Member Functions

def __init__ (self)
 
def respond (self, str)
 
def translate (self, str, dict)
 

Data Fields

 keys
 
 values
 

Detailed Description

Definition at line 20 of file eliza.py.

Constructor & Destructor Documentation

◆ __init__()

def eliza.eliza.__init__ (   self)

Definition at line 21 of file eliza.py.

Member Function Documentation

◆ respond()

def eliza.eliza.respond (   self,
  str 
)

Definition at line 42 of file eliza.py.

References make_face_from_files.int, eliza.eliza.keys, push.match, eliza.eliza.translate(), and eliza.eliza.values.

+ Here is the call graph for this function:

◆ translate()

def eliza.eliza.translate (   self,
  str,
  dict 
)

Definition at line 29 of file eliza.py.

References split().

Referenced by eliza.eliza.respond().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ keys

eliza.eliza.keys

Definition at line 22 of file eliza.py.

Referenced by eliza.eliza.respond().

◆ values

eliza.eliza.values

Definition at line 23 of file eliza.py.

Referenced by eliza.eliza.respond().


The documentation for this class was generated from the following file: