aiogram/aiogram/utils
Martin Winks aed3642385
feat(helpers): implement new descriptor with default value getter (#336)
* feat(helpers): implement new descriptor with default value getter

* perf(descriptor): use weakref

refuse weak reference to a value in WeakRefDict instead of polluting instance namespace

* chore(descriptor): rename descriptor class

rename `DefaultProperty` to `Default`

* style(fmt): lint code
2020-05-31 18:01:28 +03:00
..
deprecated.py Clean project 2019-11-15 12:17:57 +02:00
exceptions.py Disable old API exceptions 2019-12-11 15:25:28 +02:00
helper.py feat(helpers): implement new descriptor with default value getter (#336) 2020-05-31 18:01:28 +03:00
imports.py Add possibility to include router via string 2019-12-12 00:28:37 +02:00
markdown.py Update text decorations. Fix 'mention' generator and emoji offsets. 2020-05-02 01:56:01 +03:00
mixins.py Implement new middlewares 2020-05-26 00:23:35 +03:00
text_decorations.py Fix phone_number and bot_command entity types generation 2020-05-02 02:43:19 +03:00
token.py Add token validation util, fix deepcopy of sessions and make bot hashable and comparable 2019-11-28 23:12:44 +02:00
warnings.py Allow to disable builtin filters for router 2019-12-13 11:08:33 +02:00