Skip to content
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

Remove the need for **kwargs in procesors #23

Open
aGHz opened this issue Apr 4, 2014 · 1 comment
Open

Remove the need for **kwargs in procesors #23

aGHz opened this issue Apr 4, 2014 · 1 comment
Labels

Comments

@aGHz
Copy link
Owner

aGHz commented Apr 4, 2014

Perhaps by inspecting the decorated function to see which arguments it declares. Make sure to still support **kwargs (in which case all data is sent), because explicit is still better than implicit.

@aGHz aGHz added the WISH label Apr 4, 2014
@aGHz
Copy link
Owner Author

aGHz commented May 28, 2014

Should be pretty easy with inspect.getargspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant