Exemple #1
0
 def __init__(self, cells, first_cell=':FOR', comment=None):
     self._cells = cells
     self._first_cell = first_cell
     ForLoop.__init__(self, cells, comment)
Exemple #2
0
 def __init__(self, cells, first_cell=':FOR', comment=None):
     self._cells = cells
     self._first_cell = first_cell
     ForLoop.__init__(self, cells, comment)
 def __init__(self, *args, **kws):
     ForLoop.__init__(self, self, *args, **kws)
Exemple #4
0
 def __init__(self, *args, **kws):
     ForLoop.__init__(self, self, *args, **kws)
Exemple #5
0
 def __init__(self, cells, first_cell=':FOR'):
     self._cells = cells
     self._first_cell = first_cell
     ForLoop.__init__(self, cells)