(self)
| 419 | # don't use threads if n_threads explicitly set to 1 |
| 420 | a.assign_all(value, n_threads=n_threads, conv=False) |
| 421 | def get_empty_bits(self): |
| 422 | return self.l[0] |
| 423 | def get_indices(self): |
| 424 | return self.l[1] |
| 425 | def get_values(self, skip=0): |
no outgoing calls
no test coverage detected