Searched refs:OutSpec (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dprogress.py324 class OutSpec(object): class in inherits:object
325 """OutSpec is used by the progress tracker frontend to convey
1194 self._cache_cats_output(OutSpec(first=True))
1197 self._cache_cats_output(OutSpec(last=True))
1200 self._load_cat_cache_output(OutSpec(first=True))
1203 self._load_cat_cache_output(OutSpec(last=True))
1221 outspec = OutSpec()
1235 outspec = OutSpec()
1246 self._refresh_output_progress(OutSpec())
1252 self._refresh_output_progress(OutSpec(las
[all...]

Completed in 10 milliseconds