Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 986 Bytes

printers.rst

File metadata and controls

36 lines (25 loc) · 986 Bytes

:mod:`pglast.printers` --- Specialized printer functions

.. module:: pglast.printers
   :synopsis: Specialized printer functions

This module implements the specialized functions that for any given tag define how the associated :class:`~.node.Node` will be serialized.

.. autodata:: NODE_PRINTERS

.. autodata:: SPECIAL_FUNCTIONS

.. autoexception:: PrinterAlreadyPresentError

.. autofunction:: get_printer_for_node

.. autofunction:: node_printer

.. autofunction:: special_function

.. toctree::
   :maxdepth: 2
   :caption: Printer functions

   ddl
   dml