Returns a copy of the data.
(self)
| 557 | self._cur_data[index] = float(cur) * self.cur_scale |
| 558 | |
| 559 | def _get_data(self): |
| 560 | """Returns a copy of the data.""" |
| 561 | return self._cur_data.copy() |
| 562 | |
| 563 | |
| 564 | # Register global cleanup function. |
nothing calls this directly
no outgoing calls
no test coverage detected