Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shrshi committed Jan 30, 2025
1 parent 9162ce0 commit 7df4fb2
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions python/pylibcudf/pylibcudf/io/json.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ cdef class JsonReaderOptionsBuilder:
cpdef JsonReaderOptionsBuilder experimental(self, bool val):
"""
Set whether to enable experimental features.
When set to true, experimental features, such as the new column tree construction,
utf-8 matching of field names will be enabled.
When set to true, experimental features, such as the new column tree
construction, utf-8 matching of field names will be enabled.
Parameters
----------
Expand Down Expand Up @@ -511,7 +511,8 @@ cdef class JsonReaderOptionsBuilder:
Parameters
----------
val : bool
Boolean value to indicate whether leading zeros are allowed in numeric values
Boolean value to indicate whether leading zeros are allowed in numeric
values
Returns
-------
Expand All @@ -527,7 +528,8 @@ cdef class JsonReaderOptionsBuilder:
Parameters
----------
val : bool
Boolean value to enable/disable the option to normalize single quotes around strings
Boolean value to enable/disable the option to normalize single quotes
around strings
Returns
-------
Expand All @@ -543,7 +545,8 @@ cdef class JsonReaderOptionsBuilder:
Parameters
----------
val : bool
Boolean value to enable/disable the option to normalize unquoted whitespace characters
Boolean value to enable/disable the option to normalize unquoted
whitespace characters
Returns
-------
Expand All @@ -560,7 +563,8 @@ cdef class JsonReaderOptionsBuilder:
Parameters
----------
val : bool
Boolean value to indicate whether leading zeros are allowed in numeric values
Boolean value to indicate whether leading zeros are allowed in numeric
values
Returns
-------
Expand Down Expand Up @@ -627,8 +631,8 @@ cdef class JsonReaderOptionsBuilder:
cpdef JsonReaderOptionsBuilder unquoted_control_chars(self, bool val):
"""
Set whether in a quoted string should characters greater than or equal to 0
and less than 32 be allowed without some form of escaping. Strict validation must
be enabled for this to work.
and less than 32 be allowed without some form of escaping. Strict validation
must be enabled for this to work.
Parameters
----------
Expand Down

0 comments on commit 7df4fb2

Please sign in to comment.