<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-adblock/tests/test_repr.py, branch master</title>
<subtitle>Updated Brave adblock library for Python</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/'/>
<entry>
<title>Improve __repr__ (#23)</title>
<updated>2021-01-16T19:47:05+00:00</updated>
<author>
<name>Árni Dagur</name>
<email>arni@dagur.eu</email>
</author>
<published>2021-01-16T19:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/python-adblock/commit/?id=9c684f12e1050d8b0dce9cb1e66eb2de0c5f3be6'/>
<id>9c684f12e1050d8b0dce9cb1e66eb2de0c5f3be6</id>
<content type='text'>
So we get something like:

    BlockerResult(matched=false, important=false, redirect=None, exception=None, filter=None, error=None)

rather than:

    BlockerResult(false, false, None, None, None, None)

Co-authored-by: Florian Bruhin &lt;me@the-compiler.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we get something like:

    BlockerResult(matched=false, important=false, redirect=None, exception=None, filter=None, error=None)

rather than:

    BlockerResult(false, false, None, None, None, None)

Co-authored-by: Florian Bruhin &lt;me@the-compiler.org&gt;</pre>
</div>
</content>
</entry>
</feed>
