← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #189898]: docStrings/PyDoc functionality with Sikuli?

 

Question #189898 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189898

RaiMan proposed the following answer:
I just used in a Sikuli script:

import pydoc
pydoc.writedoc("pydoc")

which produced the nice pydoc.html of the pydoc module.

This works for every module found on the sys.path.

So no need to fiddle around with Python and jar's.
Just use the appropriate pydoc functions from inside Sikuli script.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.