We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rnum_methods
inum_methods
fastuple
Noticed that rnum_methods and inum_methods are exported but never set into fastuple:
fastcore/fastcore/basics.py
Line 795 in f7fea25
Shouldn't it be:
for n in num_methods + rnum_methods +inum_methods: if not hasattr(fastuple, n) and hasattr(operator,n): setattr(fastuple,n,_get_op(n))
?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Noticed that
rnum_methods
andinum_methods
are exported but never set intofastuple
:fastcore/fastcore/basics.py
Line 795 in f7fea25
Shouldn't it be:
?
The text was updated successfully, but these errors were encountered: