C++QED  2.100.2 (v2 Milestone 10 Development branch)
a framework for simulating open quantum dynamics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Modules Pages
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
 Run, then continue a script. More...
 
- Public Member Functions inherited from OptionsManager
def __init__
 
def get_option
 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: