def get_source_location(self): """Return the starting line number of the loop. """ return next(iter(self.bytecode)).lineno