Skip to content

Commit

Permalink
Docstring type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Jul 12, 2024
1 parent ceff6af commit 15802e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/cudf/cudf/_lib/pylibcudf/column.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ cdef class Column:
Parameters
----------
mask
mask : gpumemoryview
New mask (or None to unset the mask)
null_count
null_count : int
New null count. If this is incorrect, bad things happen.
Returns
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/cudf/_lib/pylibcudf/transform.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cpdef tuple[gpumemoryview, int] nans_to_nulls(Column input):
Parameters
----------
input
input : Column
Column to produce new mask from.
Returns
Expand Down

0 comments on commit 15802e6

Please sign in to comment.