We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8b223 commit 9624910Copy full SHA for 9624910
src/retry.py
@@ -6,7 +6,7 @@ class retry(object):
6
7
# Only works with DataFrames atm
8
@classmethod
9
- def empty(cls, func):
+ def empty_dataframe(cls, func):
10
def wrapper(*arguments,**kwargs):
11
f = func(*arguments, **kwargs)
12
while f.empty:
0 commit comments