Open damonwang opened 14 years ago
Most of the larch objects map onto Python objects already: e.g., DefinedVar, Group, etc.
but we need a wrapper to rewrite, e.g., help(DefinedVariable) to pydoc.help(larch.util.DefinedVariable)
Most of the larch objects map onto Python objects already: e.g., DefinedVar, Group, etc.