/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/python/Pygments/py3/pygments/lexers/math.py
21 строка
695 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
""" pygments.lexers.math ~~~~~~~~~~~~~~~~~~~~ Just export lexers that were contained in this module. :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ # ruff: noqa: F401 from pygments.lexers.python import NumPyLexer from pygments.lexers.matlab import MatlabLexer, MatlabSessionLexer, \ OctaveLexer, ScilabLexer from pygments.lexers.julia import JuliaLexer, JuliaConsoleLexer from pygments.lexers.r import RConsoleLexer, SLexer, RdLexer from pygments.lexers.modeling import BugsLexer, JagsLexer, StanLexer from pygments.lexers.idl import IDLLexer from pygments.lexers.algebra import MuPADLexer __all__ = []