Lines Matching full:debugloc
107 # This handles [{'Caller': ..., 'DebugLoc': { 'File': ... }}]
116 # (('DebugLoc', (('File', ...) ... ))) -> [{'DebugLoc': {'File': ...} ....}]
137 return self.DebugLoc["File"]
141 return int(self.DebugLoc["Line"])
145 return self.DebugLoc["Column"]
161 dl = mapping.get("DebugLoc")
163 del mapping["DebugLoc"]
182 # optionally a DebugLoc.
189 if arg[0][0] == "DebugLoc":
192 assert arg[1][0] == "DebugLoc"
303 if not hasattr(remark, "DebugLoc") or remark.key in all_remarks: