mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-17 01:03:16 +08:00
initial commit
This commit is contained in:
@@ -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