Merge pull request #1640 from coder2020official/master

Updated all docstrings / typehints in __init__.py(visual)
This commit is contained in:
Badiboy 2022-07-20 11:35:40 +03:00 committed by GitHub
commit 7c12162576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2372 additions and 656 deletions

File diff suppressed because it is too large Load Diff

View File

@ -180,6 +180,7 @@ class BaseMiddleware:
so on. Same applies to post_process.
.. code-block:: python
class MyMiddleware(BaseMiddleware):
def __init__(self):
self.update_sensitive = True