mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 02:15:59 +08:00
initial commit
This commit is contained in:
6
django/core/mail/backends/base.pyi
Normal file
6
django/core/mail/backends/base.pyi
Normal file
@@ -0,0 +1,6 @@
|
||||
class BaseEmailBackend:
|
||||
def __enter__(self) -> BaseEmailBackend: ...
|
||||
def __exit__(self, exc_type: None, exc_value: None, traceback: None) -> None: ...
|
||||
def __init__(self, fail_silently: bool = ..., **kwargs) -> None: ...
|
||||
def close(self) -> None: ...
|
||||
def open(self) -> None: ...
|
||||
Reference in New Issue
Block a user