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

q(func)(...) #44

Open
anntzer opened this issue May 6, 2016 · 0 comments
Open

q(func)(...) #44

anntzer opened this issue May 6, 2016 · 0 comments

Comments

@anntzer
Copy link

anntzer commented May 6, 2016

It would be nice if it was possible to use the @q decorator for a single function call (i.e., q(func)(...)). The idea would be for q to check whether its argument is callable, and, if it is, wrap it with its arguments-and-results-logging version.
Extra points if this checks whether the next token is a ( before deciding whether to do this but that may be overkill.
Thoughts?

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

No branches or pull requests

1 participant