Home | History | Annotate | Download | only in jinja2

Lines Matching defs:text_type

21 from jinja2._compat import next, imap, string_types, text_type, iteritems
77 return escape(text_type(value))
119 return text_type(s).replace(text_type(old), text_type(new), count)
318 return text_type(d).join(imap(text_type, value))
329 value[idx] = text_type(item)
333 d = text_type(d)
342 return text_type(value).center(width)
557 return Markup(text_type(value)).striptags()
752 return text_type(value)