Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get
Method
get
django/core/mail/handler.py:21–25 ·
view source on GitHub ↗
(self, alias, /, default=None)
Source
from the content-addressed store, hash-verified
19
return
iter(self.settings)
20
21
def
get(self, alias, /, default=None):
22
try
:
23
return
self[alias]
24
except
MailerDoesNotExist:
25
return
default
26
27
@property
28
def
default(self):
Callers
15
from_dict
Method · 0.45
_resolve_child
Method · 0.45
build_instance
Function · 0.45
_init_options
Method · 0.45
end_serialization
Method · 0.45
end_object
Method · 0.45
handle_m2m_field
Method · 0.45
_handle_object
Method · 0.45
indent
Method · 0.45
start_serialization
Method · 0.45
handle_m2m_field
Method · 0.45
get_script_prefix
Function · 0.45
Calls
no outgoing calls
Tested by
1
handle
Method · 0.36