C++QED  v2 Milestone 10
a framework for simulating open quantum dynamics
GenericContinuer Class Reference

This class hosts continued_run(), which will run and then continue a script. More...

+ Inheritance diagram for GenericContinuer:
+ Collaboration diagram for GenericContinuer:

Public Member Functions

def continued_run (self, runfn, args, kwargs)
 Run, then continue a script. More...
 
- Public Member Functions inherited from OptionsManager
def __init__ (self, options, cp)
 
def get_option (self, name, default=None, required=False, section=None)
 Get configuration file keys in a safe way. More...
 

Additional Inherited Members

- Public Attributes inherited from OptionsManager
 options
 optparse.Values: command line options
 
 cp
 ConfigParser: configuration file keys.
 
 test
 The name of the current test.
 

Detailed Description

This class hosts continued_run(), which will run and then continue a script.

Definition at line 430 of file testdriver.py.

Member Function Documentation

def continued_run (   self,
  runfn,
  args,
  kwargs 
)

Run, then continue a script.

Parameters
runfnFunction: The run function to call.
argspassed through to runfn
kwargspassed through to runfn

Definition at line 443 of file testdriver.py.


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