.. _f-otherstypes: module ``generic.others_types`` =============================== .. inheritance-diagram:: pysqllike.generic.others_types Short summary +++++++++++++ module ``pysqllike.generic.others_types`` defines custom types :githublink:`%|py|5` Classes +++++++ +-----------------------------------------------------------------------------+------------------------------------------------------------------------+ | class | truncated documentation | +=============================================================================+========================================================================+ | :class:`EmptyGroup ` | defines an empty group | +-----------------------------------------------------------------------------+------------------------------------------------------------------------+ | :class:`GroupByContainer ` | to differiate between a list and a list introduced by a groupby | +-----------------------------------------------------------------------------+------------------------------------------------------------------------+ | :class:`long ` | Defines the long type as int. | +-----------------------------------------------------------------------------+------------------------------------------------------------------------+ | :class:`NA ` | Defines the missing type. | +-----------------------------------------------------------------------------+------------------------------------------------------------------------+ | :class:`NoSortClass ` | Container which overloads the sort operator to return 0 all the times. | +-----------------------------------------------------------------------------+------------------------------------------------------------------------+ Methods +++++++ +---------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +===========================================================================+=========================+ | :py:meth:`__add__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__add__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__div__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__div__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__float__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__init__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__init__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__init__ ` | any value | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__init__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__int__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__lt__ ` | operator __lt__ | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__mul__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__mul__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__str__ ` | usual | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__str__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__sub__ ` | | +---------------------------------------------------------------------------+-------------------------+ | :py:meth:`__sub__ ` | | +---------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pysqllike.generic.others_types :members: :special-members: __init__ :show-inheritance: