mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
add some more dunder methods to coveragerc
This commit is contained in:
parent
f0b869419c
commit
7c2395a75e
1 changed files with 3 additions and 0 deletions
|
@ -7,4 +7,7 @@ exclude_lines =
|
|||
except ImportError
|
||||
def __repr__
|
||||
def __bool__
|
||||
def __iter__
|
||||
def __hash__
|
||||
def __len__
|
||||
if __name__ == .__main__.:
|
||||
|
|
Loading…
Reference in a new issue