Searched refs:urlize (Results 1 – 2 of 2) sorted by relevance
17 from jinja2.utils import Markup, escape, pformat, urlize, soft_unicode, \424 rv = urlize(value, trim_url_limit, nofollow)
185 def urlize(text, trim_url_limit=None, nofollow=False): function