forked from dhondta/python-codext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coveragerc
More file actions
27 lines (26 loc) · 702 Bytes
/
Copy path.coveragerc
File metadata and controls
27 lines (26 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[run]
source = codext
omit =
codext/__info__.py
codext/**/__init__.py
[report]
exclude_lines =
pragma: no cover
if.*?__name__.*?==.*?.__main__.:
def main\(\)\:
def __stdin_pipe\(\)\:
for line in __stdin_pipe\(\)\:
def __format_list\(items, include\=True\)\:
def __print_tabular\(lst, space\=4\)\:
except ImportError:
except NameError:
raise NotImplementedError
if not PY3
if PY3
def encode\(self, input, final\=False\)\:
def decode\(self, input, final\=False\)\:
def _detect\(text\)\:
def _lang\(lang\)\:
if stopfunc\.LANG_BACKEND\:
def _validate\(stop_function, lang_backend\=\"none\"\)\:
except KeyboardInterrupt\: