Package epydoc :: Package markup :: Module restructuredtext :: Class _EpydocReader
[hide private]
[frames] | no frames]

Class _EpydocReader
source code


A reader that captures all errors that are generated by parsing, and appends them to a list.

Instance Methods [hide private]
  __init__(self, errors)
Initialize the Reader instance.
  new_document(self)
Create and return a new empty document tree (root node).
  report(self, error)

Inherited from docutils.readers.Reader: parse, read, set_parser

Inherited from docutils.Component: supports


Class Variables [hide private]

Inherited from docutils.readers.standalone.Reader: config_section, config_section_dependencies, default_transforms, document, settings_spec, supported

Inherited from docutils.readers.Reader: component_type

Inherited from docutils.SettingsSpec: relative_path_settings, settings_default_overrides, settings_defaults

Inherited from docutils.TransformSpec: unknown_reference_resolvers


Method Details [hide private]

__init__(self, errors)
(Constructor)

source code 
call graph 

Initialize the Reader instance.

Several instance attributes are defined with dummy initial values. Subclasses may use these attributes as they wish.

Overrides: docutils.readers.Reader.__init__
(inherited documentation)

new_document(self)

source code 
call graph 
Create and return a new empty document tree (root node).
Overrides: docutils.readers.Reader.new_document
(inherited documentation)

report(self, error)

source code 
call graph