/
niceSOFT
/
python3-pathspec
Обзор
Документация
Войти
/
niceSOFT
/
python3-pathspec
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pathspec/patterns/__init__.py
12 строк
406 B
Caleb Burns
Improve type checking with mypy and pyright
27 апр 2026, 03:52
Не верифицирован
27 апр 2026, 03:52
6727491
Код
Авторство
О чём код?
""" The *pathspec.patterns* package contains the pattern matching implementations. """ # Load pattern implementations. from .gitignore import basic as _0 from .gitignore import spec as _1 # DEPRECATED: Deprecated since 0.11.0 (from 2023-01-24). Expose the # GitWildMatchPattern class in this module for backward compatibility with # 0.5.0 (from 2016-08-22). from .gitwildmatch import GitWildMatchPattern