gstlal 1.13.0
Loading...
Searching...
No Matches
python.dagfile.progress_wrapper Class Reference
Inheritance diagram for python.dagfile.progress_wrapper:
Collaboration diagram for python.dagfile.progress_wrapper:

Public Member Functions

 __init__ (self, f, callback)
 __iadd__ (self, dn)
 __del__ (self)

Public Attributes

int n = 0
 f = f
 callback = callback

Detailed Description

Progress report wrapper.  For internal use only.

Definition at line 92 of file dagfile.py.

Constructor & Destructor Documentation

◆ __init__()

python.dagfile.progress_wrapper.__init__ ( self,
f,
callback )

Definition at line 96 of file dagfile.py.

◆ __del__()

python.dagfile.progress_wrapper.__del__ ( self)

Definition at line 107 of file dagfile.py.

Member Function Documentation

◆ __iadd__()

python.dagfile.progress_wrapper.__iadd__ ( self,
dn )

Definition at line 101 of file dagfile.py.

Member Data Documentation

◆ callback

python.dagfile.progress_wrapper.callback = callback

Definition at line 99 of file dagfile.py.

◆ f

python.dagfile.progress_wrapper.f = f

Definition at line 98 of file dagfile.py.

◆ n

python.dagfile.progress_wrapper.n = 0

Definition at line 97 of file dagfile.py.


The documentation for this class was generated from the following file: