MCPcopy
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_dictMethod · 0.45
_resolve_childMethod · 0.45
build_instanceFunction · 0.45
_init_optionsMethod · 0.45
end_serializationMethod · 0.45
end_objectMethod · 0.45
handle_m2m_fieldMethod · 0.45
_handle_objectMethod · 0.45
indentMethod · 0.45
start_serializationMethod · 0.45
handle_m2m_fieldMethod · 0.45
get_script_prefixFunction · 0.45

Calls

no outgoing calls

Tested by 1

handleMethod · 0.36