Skip to content

Commit

Permalink
keyword only
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Harbeck committed Jun 9, 2024
1 parent c81ef69 commit bbdc1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/polars/expr/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ def starts_with(self, prefix: str | Expr) -> Expr:
def json_decode(
self,
dtype: PolarsDataType | None = None,
*,
infer_schema_length: int | None = N_INFER_DEFAULT,
) -> Expr:
"""
Expand Down
1 change: 1 addition & 0 deletions py-polars/polars/series/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ def encode(self, encoding: TransferEncoding) -> Series:
def json_decode(
self,
dtype: PolarsDataType | None = None,
*,
infer_schema_length: int | None = N_INFER_DEFAULT,
) -> Series:
"""
Expand Down

0 comments on commit bbdc1f6

Please sign in to comment.