|
gstlal 1.13.0
|
Public Member Functions | |
| __init__ (self, f, callback) | |
| __iadd__ (self, dn) | |
| __del__ (self) | |
Public Attributes | |
| int | n = 0 |
| f = f | |
| callback = callback | |
Progress report wrapper. For internal use only.
Definition at line 92 of file dagfile.py.
| python.dagfile.progress_wrapper.__init__ | ( | self, | |
| f, | |||
| callback ) |
Definition at line 96 of file dagfile.py.
| python.dagfile.progress_wrapper.__del__ | ( | self | ) |
Definition at line 107 of file dagfile.py.
| python.dagfile.progress_wrapper.__iadd__ | ( | self, | |
| dn ) |
Definition at line 101 of file dagfile.py.
| python.dagfile.progress_wrapper.callback = callback |
Definition at line 99 of file dagfile.py.
| python.dagfile.progress_wrapper.f = f |
Definition at line 98 of file dagfile.py.
| python.dagfile.progress_wrapper.n = 0 |
Definition at line 97 of file dagfile.py.