lofi v0.1.6 Lofi.Resolve
Resolve content, plugging in mention values
Summary
Functions
Resolve string from texts
and mentions
, substituting values for any @mentions found by calling get_mention_value
with the mention key
Resolve string from texts
and mentions
, substituting values for any @mentions found by looking up value in map values
for the mention key. If key is not present, then fallback_value
is used
Resolve string from texts
and mentions
, substituting values for any @mentions found by looking up value in map values
for the mention key. . If key is not present, a KeyError
exception is raised
Functions
Resolve string from texts
and mentions
, substituting values for any @mentions found by calling get_mention_value
with the mention key.
Resolve string from texts
and mentions
, substituting values for any @mentions found by looking up value in map values
for the mention key. If key is not present, then fallback_value
is used.
Resolve string from texts
and mentions
, substituting values for any @mentions found by looking up value in map values
for the mention key. . If key is not present, a KeyError
exception is raised.