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