Skip to content

Commit

Permalink
add missing type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Dec 17, 2024
1 parent b52c5e8 commit bc7a600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pylibcudf/pylibcudf/io/json.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ class JsonReaderOptions:
self, mixed_types_as_string: bool
) -> None: ...
def enable_prune_columns(self, prune_columns: bool) -> None: ...
def set_byte_range_offset(self, offset: int) -> None: ...
def set_byte_range_size(self, size: int) -> None: ...
def enable_lines(self, val: bool) -> None: ...
def set_delimiter(self, val: str) -> None: ...
def enable_dayfirst(self, val: bool) -> None: ...
def enable_experimental(self, val: bool) -> None: ...
Expand Down

0 comments on commit bc7a600

Please sign in to comment.