Searched refs:off_delta (Results 1 – 1 of 1) sorted by relevance
1001 def info(self, loginfo, off_delta=0, verb_info=True, show_offset=True): argument1007 print(self.offset_to_string(off_delta) + '\t' + loginfo)1011 def error(self, logerror, off_delta=0): argument1014 print(self.offset_to_string(off_delta) + '\terror: ' + logerror,