Iterator on points accessing given register (read or write) from a Point.

Method __init__ No summary
Method __iter__ Undocumented
Method __reversed__ Undocumented
Method next
def __init__(self, point, register, forward=True, write_accesses=True, read_accesses=True):
ParameterspointPoint to start iteration from.
registerName of the register to follow.
forwardIterate forward (True) or backward (False)
write_accessesInclude write accesses.
read_accessesInclude read accesses.
def __iter__(self):
Undocumented
def __reversed__(self):
Undocumented
def next(self):
Raisesreven_api.ServiceNotAllowedDuringExecutionErrorIf this method is called during the execution.
RuntimeErrorIf the connection is lost, in case of bad input, or in case of internal service error.
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.