Python logo

Previous topic

pickletools — Tools for pickle developers

Next topic

formatter — Generic output formatting

This Page

  • Report a Bug
  • Show Source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo
  • Python »
  • 3.9.23 Documentation »
  • The Python Standard Library »
  • Miscellaneous Services
  • |
  • |

Miscellaneous Services

The modules described in this chapter provide miscellaneous services that are available in all Python versions. Here’s an overview:

  • formatter — Generic output formatting
    • The Formatter Interface
      • AS_IS
      • formatter.writer
      • formatter.end_paragraph()
      • formatter.add_line_break()
      • formatter.add_hor_rule()
      • formatter.add_flowing_data()
      • formatter.add_literal_data()
      • formatter.add_label_data()
      • formatter.flush_softspace()
      • formatter.push_alignment()
      • formatter.pop_alignment()
      • formatter.push_font()
      • formatter.pop_font()
      • formatter.push_margin()
      • formatter.pop_margin()
      • formatter.push_style()
      • formatter.pop_style()
      • formatter.set_spacing()
      • formatter.assert_line_data()
    • Formatter Implementations
      • NullFormatter
      • AbstractFormatter
    • The Writer Interface
      • writer.flush()
      • writer.new_alignment()
      • writer.new_font()
      • writer.new_margin()
      • writer.new_spacing()
      • writer.new_styles()
      • writer.send_line_break()
      • writer.send_paragraph()
      • writer.send_hor_rule()
      • writer.send_flowing_data()
      • writer.send_literal_data()
      • writer.send_label_data()
    • Writer Implementations
      • NullWriter
      • AbstractWriter
      • DumbWriter

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo
  • Python »
  • 3.9.23 Documentation »
  • The Python Standard Library »
  • Miscellaneous Services
  • |
  • |
© Copyright 2001-2025, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

Last updated on Jul 02, 2025 (14:47 UTC). Found a bug?
Created using Sphinx 8.2.3.