|
def | __init__ (self, name, Tcont, fcstFreq=24, fcstHoriz=360, tFcst=None, fcstDate=None) |
|
def | step (self) |
|
def | step (self, i) |
|
def | curDT (self) |
|
def | update_current_tFcst (self, step, dateTime) |
|
def | get_fcst_time (self) |
|
def | get_fcst_step (self) |
|
def | get_datetime_offset (self, tsOffset) |
|
def | __init__ (self, name) |
|
def | __subclasshook__ (cls, C) |
|
def | bind_to (self, callback) |
|
Definition at line 102 of file time.py.
◆ __init__()
def time.TimeFcst.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
Tcont, |
|
|
|
fcstFreq = 24 , |
|
|
|
fcstHoriz = 360 , |
|
|
|
tFcst = None , |
|
|
|
fcstDate = None |
|
) |
| |
◆ curDT()
def time.TimeFcst.curDT |
( |
|
self | ) |
|
◆ get_datetime_offset()
def time.TimeFcst.get_datetime_offset |
( |
|
self, |
|
|
|
tsOffset |
|
) |
| |
◆ get_fcst_step()
def time.TimeFcst.get_fcst_step |
( |
|
self | ) |
|
◆ get_fcst_time()
def time.TimeFcst.get_fcst_time |
( |
|
self | ) |
|
◆ step() [1/2]
def time.TimeFcst.step |
( |
|
self | ) |
|
◆ step() [2/2]
def time.TimeFcst.step |
( |
|
self, |
|
|
|
i |
|
) |
| |
◆ update_current_tFcst()
def time.TimeFcst.update_current_tFcst |
( |
|
self, |
|
|
|
step, |
|
|
|
dateTime |
|
) |
| |
◆ _curDT
◆ _rowCurFcst
time.TimeFcst._rowCurFcst |
|
private |
◆ _step
◆ _tFcstCur
◆ end
◆ fcstDate
◆ fcstFreq
◆ nFcsts
◆ nHrs
◆ nSteps
◆ steps
◆ Tcont
◆ tDelta
◆ tFcst
◆ timeUnit
The documentation for this class was generated from the following file: