(self)
| 229 | self.current = self.current * self._stepAmount |
| 230 | |
| 231 | def _add(self): |
| 232 | self.current = self.current + self._stepAmount |
| 233 | |
| 234 | def expand_range(a_range): |
| 235 | return Range(a_range).expanded |
nothing calls this directly
no outgoing calls
no test coverage detected