/
niceSOFT
/
python3-pathspec
Обзор
Документация
Войти
/
niceSOFT
/
python3-pathspec
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.12.1
doc/source/api.rst
71 строка
1 KB
Kurt McKee
Resolve issues identified by the docs tests
01 дек 2023, 17:13
Не верифицирован
01 дек 2023, 17:13
903027c
Код
Авторство
О чём код?
:tocdepth: 2 API === pathspec -------- .. automodule:: pathspec pathspec.pathspec ----------------- .. automodule:: pathspec.pathspec .. autoclass:: PathSpec :members: :show-inheritance: :special-members: __init__, __eq__, __len__ pathspec.gitignore ------------------ .. automodule:: pathspec.gitignore .. autoclass:: GitIgnoreSpec :members: :show-inheritance: :special-members: __init__, __eq__ pathspec.pattern ---------------- .. automodule:: pathspec.pattern .. autoclass:: Pattern :members: :show-inheritance: :special-members: __init__ .. autoclass:: RegexPattern :members: :show-inheritance: :special-members: __init__, __eq__ .. autoclass:: RegexMatchResult :members: :show-inheritance: :special-members: __init__ pathspec.patterns.gitwildmatch ------------------------------ .. automodule:: pathspec.patterns.gitwildmatch .. autoclass:: GitWildMatchPattern :members: :inherited-members: :show-inheritance: pathspec.util ------------- .. automodule:: pathspec.util :members: :show-inheritance: