| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+    
         |    
      dict --+
             |
            Action
| 
 | |||
| new empty dictionary | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| list of D's keys | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| bool | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| 
 | |||
| nop =  | |||
| fields =  | |||
| format =  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 Translates an action in string form into a structured representation of that same action (e.g., 'CLF-violence-to-UrbanPoor' becomes a PsychAction object {'actor':CLF,'type':'violence','object':UrbanPoor} 
 | 
| 
 x[y] 
 | 
| 
 x[i]=y 
 | 
| 
 del x[y] 
 | 
| 
 
 | 
| 
 Translates a structured dictionary representation of an action into a standardized string format (e.g., {'actor':CLF,'type':'violence','object':UrbanPoor} becomes 'CLF-violence-to-UrbanPoor' 
 | 
| 
 
 | 
| 
 hash(x) 
 | 
| 
 | |||
| fields
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:47:14 2009 | http://epydoc.sourceforge.net |