Home | Trees | Indices | Help |
|
---|
|
object --+ | KnownMacros
An accumulator for all macros known to the various DaCHS objects.
Note that macros with identical names are supposed to do essentially the same things. In particular, they must all have the same signature or the documentation will be wrong.
When macros share names, all but one implementation should have a docstring just saying "see <whatever>"; that way, the docstring actually chosen is deterministic.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
registers macFunc as expanding name in the element foundIn. macFunc is the method, foundIn is the python class it's defined on. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |