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

1""" 

2The *pathspec.patterns* package contains the pattern matching 

3implementations. 

4""" 

5 

6# Load pattern implementations. 

7from . import gitwildmatch 

8 

9# DEPRECATED: Expose the `GitWildMatchPattern` class in this module for 

10# backward compatibility with v0.5. 

11from .gitwildmatch import GitWildMatchPattern