Hi,

I would like to get the documentation of a perl method inside python
wrapper.
To say it with example, there is a perl module ‘X.pm’. It has a method
‘print_hello()’.
x.py is a wrapper module over X.pm. when I say x.print_hello.__doc__ then I
need to get the documentation of X::print_hello. The main reason why i want
to do that i do not want to re-write the whole documentation again in
python.
Is there a way to do that?



Thanks,

Srini
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to