Lines Matching refs:istep
330 istep = _index(step)332 istep = int(step)333 if istep != step:342 if istep == 1:348 if istep > 0:349 n = (width + istep - 1) // istep350 elif istep < 0:351 n = (width + istep + 1) // istep356 return istart + istep * self._randbelow(n)