Coverage for src/castep_linter/fortran/node_type_err.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-11-23 18:07 +0000

1"""Module holding methods for type checking tree_sitter Node functions""" 

2 

3 

4class WrongNodeError(Exception): 

5 """Exception thrown when an invalid node is passed to a typed function"""