MCPcopy Create free account
hub / github.com/comaps/comaps / get_airmaps_emails

Function get_airmaps_emails

tools/python/airmaps/instruments/settings.py:23–30  ·  view source on GitHub ↗
(emails: AnyStr)

Source from the content-addressed store, hash-verified

21
22
23def get_airmaps_emails(emails: AnyStr):
24 if not emails:
25 return []
26
27 for ch in [",", ";", ":"]:
28 emails.replace(ch, " ")
29
30 return list(filter(None, [e.strpip() for e in emails.join(" ")]))
31
32
33def init(default_settings_path: AnyStr):

Callers 1

initFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected