Contents Module: pymanual
<<Class: FormattingContext<< >>Function: pymanual_latex>>
Class: MetaInfo
Instances of this class represent the meta information on code elements.
Currently, elements may contain the following meta attributes:
- __author__ or __authors__:
- a string or a list of optionally multi-line strings
describing the author or the authors of the element.
- __copyright__:
- a string describing copyright information.
- __version__:
- an instance (mostly a floating point number) describing the version of
the element.
Depending on the used formatter, these elements will be presented in the documentation
if present. Missing meta info will be inherited from the module or class if this is
possible.
Instance creation implements collecting and inheritance of meta information.
Members of name with suffix "Inherited" hold an inherited value. So,
original changes may be recognized by comparison with the inherited value.
m_authorObjectName
holds the name of the object describing the author in m_author or ''
if there is no author.
m_versionObjectName
and
m_copyrightObjectName
analogously.
Member of class MetaInfo
- m_authorObjectName = ''
- m_version = None
- m_versionInherited = None
- m_versionObjectName = ''
- m_copyrightObjectName = ''
- m_authors = []
- m_authorsInherited = []
- m_copyright = ''
- m_copyrightInherited = []
Elements:
(c) Dr. Harald Meyer auf'm Hofe 2005-2006
pymanual 0.999
Generated by pymanual (c) 2005-2006 on August 02, 2006.