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

4 statements  

1""" 

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

3""" 

4 

5# Load pattern implementations. 

6from .gitignore import basic as _ 

7from .gitignore import spec as _ 

8 

9# DEPRECATED: Deprecated since 0.11.0 (from 2023-01-24). Expose the 

10# GitWildMatchPattern class in this module for backward compatibility with 

11# 0.5.0 (from 2016-08-22). 

12from .gitwildmatch import GitWildMatchPattern