Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/pathspec/patterns/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

3 statements  

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