Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/pathspec/patterns/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:15 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:15 +0000
1"""
2The *pathspec.patterns* package contains the pattern matching
3implementations.
4"""
6# Load pattern implementations.
7from . import gitwildmatch
9# DEPRECATED: Expose the `GitWildMatchPattern` class in this module for
10# backward compatibility with v0.5.
11from .gitwildmatch import GitWildMatchPattern