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

Source Code for decorated functions not correct #5

Closed
austin1howard opened this issue Mar 5, 2014 · 1 comment

Comments

Projects
None yet
2 participants
@austin1howard
Copy link
Contributor

commented Mar 5, 2014

When getting source code for functions that have been decorated, either the source code of the decorator is returned (which is not ideal) or, if using the decorator module, the empty list is returned.

I've fixed this and sent a pull request.

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Mar 5, 2014

Fixed with #6.

@BurntSushi BurntSushi closed this Mar 5, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.