/
niceSOFT
/
python3-pathspec
Обзор
Документация
Войти
/
niceSOFT
/
python3-pathspec
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.10.0
doc/source/api.rst
69 строк
1 KB
cpburnz
gitignore
29 авг 2022, 15:44
29 авг 2022, 15:44
639a077
Код
Авторство
О чём код?
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: