Coverage for src/paperap/models/mixins/models.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-03-18 12:26 -0400

1""" 

2 

3 

4 

5---------------------------------------------------------------------------- 

6 

7METADATA: 

8 

9File: models.py 

10 Project: paperap 

11Created: 2025-03-09 

12 Version: 0.0.7 

13Author: Jess Mann 

14Email: jess@jmann.me 

15 Copyright (c) 2025 Jess Mann 

16 

17---------------------------------------------------------------------------- 

18 

19LAST MODIFIED: 

20 

212025-03-09 By Jess Mann 

22 

23""" 

24 

25from __future__ import annotations 

26 

27 

28class MatcherMixin: 

29 match: str | None = None 

30 matching_algorithm: int | None = None 

31 is_insensitive: bool | None = None