Home | History | Annotate | Download | only in library

Lines Matching full:safe_substitute

694    .. method:: safe_substitute(mapping[, **kws])
704 raising an exception. In another sense, :meth:`safe_substitute` may be
731 >>> Template('$who likes $what').safe_substitute(d)