| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        Capture
Capture all mmerr in a context. At the end of the context, messages will be available in the messages attribute. Messages are not printed.
usage:
   with Capture() as captured:
       # make some mm calls
   print captured.messages
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:54 2016 | http://epydoc.sourceforge.net |