Commit | Line | Data |
---|---|---|
9cf643d1 PP |
1 | [run] |
2 | include = */babeltrace/bindings/python/bt2/*.py | |
3 | ||
4 | omit = | |
5 | *native_*.py | |
6 | */object.py | |
7 | */utils.py | |
811644b8 PP |
8 | */logging.py |
9 | */py_plugin.py | |
9cf643d1 PP |
10 | |
11 | [report] | |
12 | exclude_lines = | |
13 | def __repr__ | |
14 | raise bt2\.CreationError | |
15 | raise NotImplementedError | |
811644b8 | 16 | return NotImplemented |
9cf643d1 | 17 | pass |
811644b8 PP |
18 | raise \w+Error\(['"][Uu]nexpected |
19 | if (self|other)\.addr == (self|other)\.addr | |
20 | if not _NO_PRINT_TRACEBACK | |
21 | class _PluginVersion: |