module documentation

pygments.lexers.python ~~~~~~~~~~~~~~~~~~~~~~ Lexers for Python and related languages. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class CythonLexer For Pyrex and Cython source code.
Class DgLexer Lexer for dg, a functional and object-oriented programming language running on the CPython 3 VM.
Class NumPyLexer A Python lexer recognizing Numerical Python builtins.
Class Python2Lexer For Python 2.x source code.
Class Python2TracebackLexer For Python tracebacks.
Class PythonConsoleLexer For Python console output or doctests, such as:
Class PythonLexer For Python source code (version 3.x).
Class PythonTracebackLexer For Python 3.x tracebacks, with support for chained exceptions.