###
See examples of function intervals in IntervalTest.py ###
More...Public Member Functions | |
def | __init__ |
def | privInstant |
def | replaceMethod |
![]() | |
def | __init__ |
def | __repr__ |
def | clearToInitial |
def | finish |
def | getDoneEvent |
def | getDuration |
def | getLoop |
def | getName |
def | getOpenEnded |
def | getPlayRate |
def | getState |
def | getT |
def | intervalDone |
def | isPaused |
def | isPlaying |
def | isStopped |
def | loop |
def | pause |
def | popupControls |
def | privDoEvent |
def | privFinalize |
def | privInitialize |
def | privInstant |
def | privInterrupt |
def | privPostEvent |
def | privReverseFinalize |
def | privReverseInitialize |
def | privReverseInstant |
def | privStep |
def | resume |
def | resumeUntil |
def | setDoneEvent |
def | setLoop |
def | setPlayRate |
def | setT |
def | setupPlay |
def | setupResume |
def | start |
def | stepPlay |
![]() | |
def | __init__ |
def | accept |
def | acceptOnce |
def | addTask |
def | detectLeaks |
def | doMethodLater |
def | getAllAccepting |
def | ignore |
def | ignoreAll |
def | isAccepting |
def | isIgnoring |
def | removeAllTasks |
def | removeTask |
Static Public Member Functions | |
def | makeUniqueName |
Public Attributes | |
extraArgs | |
function | |
kw | |
![]() | |
currT | |
doneEvent | |
duration | |
es | |
name | |
openEnded | |
pname | |
pstats | |
setTHooks | |
state | |
Static Public Attributes | |
int | functionIntervalNum = 1 |
tuple | FunctionIntervals = weakref.WeakKeyDictionary() |
tuple | notify = directNotify.newCategory('FunctionInterval') |
![]() | |
tuple | notify = directNotify.newCategory("Interval") |
int | playbackCounter = 0 |
###
See examples of function intervals in IntervalTest.py ###
def __init__ | ( | self, | |
function, | |||
kw | |||
) |
__init__(function, name = None, openEnded = 1, extraArgs = [])
|
static |
def privInstant | ( | self | ) |
def replaceMethod | ( | self, | |
oldFunction, | |||
newFunction | |||
) |
extraArgs |
function |
|
static |
|
static |
kw |
|
static |