Docstrings in COM

Ulf Engstrøm ulf.engstrom at b2b-link.com
Fri May 5 08:38:37 EDT 2000


Is there a way to display the docstrings when using the Python-program as a
COM-object.
Ie. I have a program in Python which has a lot of small functions, taking a
lot of arguments. Since you can't use key-word arguments with Python
COM-objects you need to know in which order to enter the arguments. Thus I
need to have the docstrings or some other mean of getting a short
documentation to show up in the COMinterface. Anyone has any ideas?
Regards
Ulf





More information about the Python-list mailing list