(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/formatter-interface.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-formatter.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/writer-interface.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 12.1.1 The Formatter Interface Up: 12.1 formatter Next: 12.1.3 The Writer Interface
12.1.2 Formatter Implementations
Two implementations of formatter objects are provided by this module. Most applications may use one of these classes without modification or subclassing.
- NullFormatter ([writer])
- A formatter which does nothing. If writer is omitted, a NullWriter instance is created. No methods of the writer are called by NullFormatter instances. Implementations should inherit from this class if implementing a writer interface but don't need to inherit any implementation.
- AbstractFormatter (writer)
- The standard formatter. This implementation has demonstrated wide applicability to many writers, and may be used directly in most circumstances. It has been used to implement a full-featured world-wide web browser.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/formatter-interface.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-formatter.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/writer-interface.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 12.1.1 The Formatter Interface Up: 12.1 formatter Next: 12.1.3 The Writer Interface
See About this document... for information on suggesting changes.