Add __str__ to _Filters
This commit is contained in:
parent
8850e8c35b
commit
dd5213b761
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ class _Filter(object):
|
|||
else:
|
||||
raise exception
|
||||
|
||||
def __str__(self):
|
||||
return self.__class__.__name__
|
||||
|
||||
|
||||
class Filter(_Filter):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue