aiogram/aiogram/utils
Oleg A a06cdd188d
Update json.py
fix pyCharm warning
'ujson' in try block with 'except ImportError' should also be defined in except block
This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items.
2018-07-21 11:31:18 +03:00
..
__init__.py Add markdown util. 2017-05-19 22:55:29 +03:00
auth_widget.py Cleaning the auth_widget utility 2018-05-04 13:45:17 +03:00
context.py Fixed slow-responses into webhook (via simple request) 2018-05-11 02:24:57 +03:00
deprecated.py More detailed exceptions. 2018-03-30 19:32:23 +03:00
emoji.py Changed his mind. 2017-08-14 22:53:42 +03:00
exceptions.py Moooore error types. 2018-07-15 21:49:53 +03:00
executor.py Merge remote-tracking branch 'origin/master' 2018-05-27 21:54:54 +03:00
helper.py Minor aiogram/utils/* typos fixes 2018-01-23 15:48:21 +03:00
json.py Update json.py 2018-07-21 11:31:18 +03:00
markdown.py New markdown method - hide_link (can be used to add images to text posts as preview) 2018-04-01 16:17:09 +03:00
parts.py Implement paginator and split long text utils. 2017-09-12 01:47:37 +03:00
payload.py must be use round 2018-06-15 00:32:55 +03:00