|
|
|
get_responses(self)
Returns the responses in the current frame. |
source code
|
|
|
get_data(self)
Returns the responses in the current frame. |
source code
|
|
|
get_responses_since_go(self)
Returns all responses since the main 'go' loop has been
started. |
source code
|
|
|
get_time_responses_since_go(self)
Returns the time stamps for all responses since the main 'go'
loop has been started. |
source code
|
|
|
get_first_response_since_go(self,
index=0)
Returns the first response since the main 'go' loop has been
started. |
source code
|
|
|
get_first_responses_since_go(self)
Returns the first responses since the main 'go' loop has been
started. |
source code
|
|
|
get_time_first_response_since_go(self)
Returns the time stamp for first responses since the main 'go'
loop has been started. |
source code
|
|
|
get_time_first_responses_since_go(self)
Returns the time stamp for first responses since the main 'go'
loop has been started. |
source code
|
|
|
get_last_response_since_go(self,
index=0)
Returns the last response since the main 'go' loop has been
started. |
source code
|
|
|
get_last_responses_since_go(self)
Returns the last responses since the main 'go' loop has been
started. |
source code
|
|
|
get_time_last_response_since_go(self)
Returns the time stamp for last response since the main 'go'
loop has been started. |
source code
|
|
|
get_time_last_responses_since_go(self)
Returns the time stamp for last response since the main 'go'
loop has been started. |
source code
|
|
|
|
|
|
Inherited from FlowControl.Controller :
evaluate_now ,
returns_type ,
set_eval_frequency
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|