Public Member Functions | |
def | __init__ (self, async, command) |
Public Attributes | |
async | |
command | |
results | |
short int | type |
short int | number |
char | name [SIZE_OF_OBJ_NAME] |
cat_entry | star |
Represents a task put on the parallel pool and its results when complete
Definition at line 784 of file fabricate.py.
def fabricate._running.__init__ | ( | self, | |
async, | |||
command | |||
) |
"async" is the AsyncResult object returned from pool.apply_async "command" is the command that was run
Definition at line 787 of file fabricate.py.
Referenced by PandAna.core.core.spectrum.fill().
fabricate._running.async |
Definition at line 790 of file fabricate.py.
fabricate._running.command |
Definition at line 791 of file fabricate.py.
|
inherited |
Definition at line 116 of file novas.h.
Referenced by generic.models.Organizational.PlotID::__contains__(), mcscore.MCParticle::__init__(), Definition.Definition::__repr__(), Chain.Chain::__repr__(), Chain.Chain::AddTier(), python.g4viscp.G4Scene::create_scene(), python3.g4viscp.G4Scene::create_scene(), DefinitionData.DefinitionData::fetchData(), TB_WatchdogFx.Tier::getHist(), WatchdogFx.Tier::getHist(), TB_WatchdogFx.Path::getPlotCanvas(), WatchdogFx.Path::getPlotCanvas(), std_candles.StdCandlesPlotter::IsMC(), mcscore.MCParticle::printout(), run_unfold_ppfx_multiprocess.Consumer::run(), run_unfold_systs_multiprocess.Consumer::run(), run_unfold_genie_multiprocess.Consumer::run(), PageMaker.PageMaker::setNavBarActive(), python3.g4viscp.G4Scene::update_scene(), python.g4viscp.G4Scene::update_scene(), and PageMaker.PageMaker::write().
fabricate._running.results |
Definition at line 792 of file fabricate.py.