Definition at line 394 of file getPipeDate.py.
◆ __init__()
def getPipeDate.scanDataThread.__init__ |
( |
|
self, |
|
|
|
threadID, |
|
|
|
name |
|
) |
| |
Definition at line 395 of file getPipeDate.py.
396 threading.Thread.__init__(self)
397 self.threadID = threadID
◆ run()
def getPipeDate.scanDataThread.run |
( |
|
self | ) |
|
Definition at line 400 of file getPipeDate.py.
401 print(
"Starting getPipeDate.py for " + self.name)
403 print(
"Exiting getPipeDate.py for " + self.name +
" with no issues, data range from " +
404 str(returnList[0]) +
" to " +
str(returnList[1]))
◆ name
getPipeDate.scanDataThread.name |
◆ threadID
getPipeDate.scanDataThread.threadID |
The documentation for this class was generated from the following file: