Skip to content

Commit

Permalink
Add type annotations file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 25, 2022
1 parent f646716 commit ee7ccf3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions python/cudf/cudf/core/mixins/scans.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2022, NVIDIA CORPORATION.

class Scannable:
def cumsum(self):
...

def cumprod(self):
...

def cummin(self):
...

def cummax(self):
...

0 comments on commit ee7ccf3

Please sign in to comment.