(*args)
| 1934 | @staticmethod |
| 1935 | @functools.wraps(DatasetV2.range) |
| 1936 | def range(*args): |
| 1937 | return DatasetV1Adapter(DatasetV2.range(*args)) |
| 1938 | |
| 1939 | @staticmethod |
| 1940 | @functools.wraps(DatasetV2.zip) |
nothing calls this directly
no test coverage detected