(self, *args, **kwargs)
| 357 | return list(self.cut(*args, **kwargs)) |
| 358 | |
| 359 | def lcut_for_search(self, *args, **kwargs): |
| 360 | return list(self.cut_for_search(*args, **kwargs)) |
| 361 | |
| 362 | _lcut = lcut |
| 363 | _lcut_for_search = lcut_for_search |
no test coverage detected