Definition at line 498 of file getIBLDate.py.
◆ __init__()
def getIBLDate.scanDataThread.__init__ |
( |
|
self, |
|
|
|
threadID, |
|
|
|
name |
|
) |
| |
Definition at line 499 of file getIBLDate.py.
500 threading.Thread.__init__(self)
501 self.threadID = threadID
◆ run()
def getIBLDate.scanDataThread.run |
( |
|
self | ) |
|
Definition at line 504 of file getIBLDate.py.
505 print(
"Starting getIBLDate.py for " + self.name)
507 print(
"Exiting getIBLDate.py for " + self.name +
" with no issues, data range from " +
508 str(returnList[0]) +
" to " +
str(returnList[1]))
◆ name
getIBLDate.scanDataThread.name |
◆ threadID
getIBLDate.scanDataThread.threadID |
The documentation for this class was generated from the following file: