Coverage for wrapclib/re2/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v6.4.2, created at 2023-02-02 00:32 +0100

1# -*- coding: utf-8 -*- 

2""" 

3@file 

4@brief Shortcut to *re2*. 

5""" 

6 

7from .re2 import compile # pylint: disable=W0622 

8from .re2 import findall, search, match, fullmatch, Set, UNANCHORED, ANCHOR_START, ANCHOR_BOTH