Files
django-stubs/django/core/mail/backends/base.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

6 lines
296 B
Python

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: ...