.. _f-translationtopython: module ``translation.translation_to_python`` ============================================ .. inheritance-diagram:: pysqllike.translation.translation_to_python Short summary +++++++++++++ module ``pysqllike.translation.translation_to_python`` One class which visits a syntax tree. :githublink:`%|py|5` Classes +++++++ +------------------------------------------------------------------------------------------+----------------------------------------+ | class | truncated documentation | +==========================================================================================+========================================+ | :class:`Translate2Python ` | Translates a code into :epkg:`Python`. | +------------------------------------------------------------------------------------------+----------------------------------------+ Methods +++++++ +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | method | truncated documentation | +=============================================================================================+========================================================================+ | :py:meth:`__init__ ` | constructor | +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :meth:`GroupBy ` | Interprets a select statement. | +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :meth:`Select ` | Interprets a select statement. | +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :meth:`setReturn ` | Indicates all nodes containing information about returned results. | +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :meth:`Signature ` | Builds the signature of a function based on its name and its children. | +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :meth:`Where ` | Interprets a where statement. | +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pysqllike.translation.translation_to_python :members: :special-members: __init__ :show-inheritance: