Home
last modified time | relevance | path

Searched refs:NullFormatter (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_htmllib.py34 parser = AnchorCollector(formatter.NullFormatter(), verbose=1)
49 parser = DeclCollector(formatter.NullFormatter(), verbose=1)
/external/python/cpython2/Doc/library/
Dformatter.rst201 .. class:: NullFormatter([writer])
205 :class:`NullFormatter` instances. Implementations should inherit from this
/external/python/cpython3/Doc/library/
Dformatter.rst202 .. class:: NullFormatter(writer=None)
206 :class:`NullFormatter` instances. Implementations should inherit from this
/external/python/cpython2/Lib/
Dhtmllib.py481 f = formatter.NullFormatter()
Dformatter.py27 class NullFormatter: class
/external/python/cpython3/Lib/
Dformatter.py30 class NullFormatter: class
/external/python/cpython2/Misc/
DHISTORY14239 - Added default writer to constructor of NullFormatter class.
/external/python/cpython3/Misc/
DHISTORY31618 - Added default writer to constructor of NullFormatter class.