Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upSource Code for decorated functions not correct #5
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
austin1howard commentedMar 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.