Package aquarium :: Package util :: Module ActionResults :: Class ActionResults
[show private | hide private]
[frames | no frames]

Class ActionResults


Use this if you want more than just a string for actionResults.

Aside from behaving like a string, you can add additional attributes as necessary to instances of this class.

The following attributes are available:

actionResults
This is the string give to us in the constructor.

Method Summary
  __init__(self, actionResults, **kargs)
Accept the actionResults.
  __str__(self)
Return actionResults.

Method Details

__init__(self, actionResults, **kargs)
(Constructor)

Accept the actionResults.

Any other keyword arguments will just be added to self.__dict__.

__str__(self)
(Informal representation operator)

Return actionResults.


Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 http://epydoc.sf.net