|
perform_action(self,
start_response,
tag,
do_action,
sel,
index_mode=False)
Implements common operations on a set of conversations. |
|
|
|
conv_index(self,
environ,
start_response)
The conversation index view. |
|
|
|
conv_show(self,
environ,
start_response)
Shows a specific conversation thread. |
|
|
|
|
|
__init__(self,
compmgr,
init=None,
cls=<class 'posterity.controllers.ConvController'>)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|