-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
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
rcurry and similar functions do not work with methods of built-in types #108
Comments
I'll take a look |
Ok, |
funcy fails to introspect methods of builtin types. |
The workaround for now is: has_suffix = rcurry(str.endswith, 2) |
Also, |
Give up on `str.endswith` and other non-introspectable things for now. Adjust docs. Improves on #108.
Updated docs and readme to recommend specifying |
Note that as a last resort funcy goes to |
The text was updated successfully, but these errors were encountered: