[Epydoc-devel] how to document methods imported from other modules?
Brought to you by:
edloper
From: Paul P. <pog...@gm...> - 2007-06-24 12:30:16
|
Hi, My package supports Python 2.3 onwards. However, I do provide some methods that are only available on 2.5. They are not essential, just syntactic sugar, but they are nice. (Context managers are only available in 2.5.) Rather than explaining how I do this, I attach two files that mimic my approach. That also shows why I need a separate module. Question is: can I somehow pretend that my_cool_context_manager() is defined with Main class, so it is documented in that class? Paul |