pyrofork/pyrogram/client/style
Dan 7490f6cfa3 Update the HTML parser: make it easy for asyncio to deal with mentions
We can't await coroutines inside HTMLParser overridden methods, such as
handle_starttag, because they can't be async. This commit moves the
resolve_peer call into the parse method of the HTML class, which can be
defined async.
2019-06-25 11:47:45 +02:00
..
__init__.py Update copyright year 2019-01-01 12:36:16 +01:00
html.py Update the HTML parser: make it easy for asyncio to deal with mentions 2019-06-25 11:47:45 +02:00
markdown.py Implement HTML.unparse and Markdown.unparse 2019-06-25 10:24:19 +02:00
utils.py Revert "Delete style utils.py and move its content inside html.py The HTML parser is now the only one that makes use of those util methods" 2019-06-25 05:47:57 +02:00