Wrapper for reven_api.sequence_in_run.

This class is an implementation detail of the api and may not be used directly.

Method __init__
Method index Undocumented
Method trace Undocumented
Method infos Undocumented
Method comment
Method push_comment
Method basic_block Undocumented
Method previous
Method next
Method symbol Undocumented
Method offset_in_symbol Undocumented
Method __repr__ Undocumented
Method _rvn Undocumented
Method _run Undocumented
Method _rvn_sequence_in_run Undocumented
Method _rvn_instructions Undocumented
Method _rvn_mini_sequence Undocumented
Method _info Undocumented
Method _set_info
def __init__(self, trace, index):
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.
@property
def _rvn(self):
Undocumented
@property
def _run(self):
Undocumented
@property
def _rvn_sequence_in_run(self):
Undocumented
@property
def _rvn_instructions(self):
Undocumented
@property
def _rvn_mini_sequence(self):
Undocumented
@property
def index(self):
Undocumented
@property
def trace(self):
Undocumented
def _info(self, index=-1):
Undocumented
def _set_info(self, text, index=-1):
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.
def infos(self):
Undocumented
def comment(self):
See AlsoPoint.comment: for info on limitations
def push_comment(self, text):
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.
@property
def basic_block(self):
Undocumented
def previous(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.
def next(self):
RaisesServiceNotAllowedDuringExecutionErrorIf this service is called during the execution.
RuntimeErrorIf the connection is lost, in case of bad input, or in case of internal service error.
@property
def symbol(self):
Undocumented
@property
def offset_in_symbol(self):
Undocumented
def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.