mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
14 lines
278 B
INI
14 lines
278 B
INI
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
raise Unsupported
|
|
raise Exception
|
|
except ImportError
|
|
except BadRequest
|
|
def __repr__
|
|
def __bool__
|
|
def __iter__
|
|
def __hash__
|
|
def __len__
|
|
if __name__ == .__main__.:
|