Public Member Functions | |
| def | __init__ (self, name, fn) |
| def | run (self, stat) |
Public Attributes | |
| fn | |
| name | |
Class used to represent a diagnostic task internally in :class:`DiagnosticTaskVector`.
Definition at line 175 of file _diagnostic_updater.py.
| def diagnostic_updater._diagnostic_updater.DiagnosticTaskVector.DiagnosticTaskInternal.__init__ | ( | self, | |
| name, | |||
| fn | |||
| ) |
Definition at line 180 of file _diagnostic_updater.py.
| def diagnostic_updater._diagnostic_updater.DiagnosticTaskVector.DiagnosticTaskInternal.run | ( | self, | |
| stat | |||
| ) |
Definition at line 184 of file _diagnostic_updater.py.
| diagnostic_updater._diagnostic_updater.DiagnosticTaskVector.DiagnosticTaskInternal.fn |
Definition at line 182 of file _diagnostic_updater.py.
| diagnostic_updater._diagnostic_updater.DiagnosticTaskVector.DiagnosticTaskInternal.name |
Definition at line 181 of file _diagnostic_updater.py.