damonwang / xraylarch

X-ray Analysis Applications with Larch and Python
http://cars.uchicago.edu/ifeffit/Larch
1 stars 0 forks source link

see if we can use pydoc instead of a homebrew helper class #29

Open damonwang opened 14 years ago

damonwang commented 14 years ago

Most of the larch objects map onto Python objects already: e.g., DefinedVar, Group, etc.

damonwang commented 14 years ago

but we need a wrapper to rewrite, e.g., help(DefinedVariable) to pydoc.help(larch.util.DefinedVariable)