Can Epydoc be used to document decorated function in Python?

V

Victor Khangulov

Hello,

is there a way to use epydoc to document a Python function that has been
decorated?

@decorator
def func1():
""" My function func1 """
print "In func1"

The resulting output of epydoc is that func1 gets listed as a variable
with no description.
I am using Epydoc v3.0.1.

Thanks

-victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,276
Latest member
Sawatmakal

Latest Threads

Top