Searched refs:NullFormatter (Results 1 – 8 of 8) sorted by relevance
34 parser = AnchorCollector(formatter.NullFormatter(), verbose=1)49 parser = DeclCollector(formatter.NullFormatter(), verbose=1)
201 .. class:: NullFormatter([writer])205 :class:`NullFormatter` instances. Implementations should inherit from this
202 .. class:: NullFormatter(writer=None)206 :class:`NullFormatter` instances. Implementations should inherit from this
481 f = formatter.NullFormatter()
27 class NullFormatter: class
30 class NullFormatter: class
14239 - Added default writer to constructor of NullFormatter class.
31618 - Added default writer to constructor of NullFormatter class.