Template

A string class for supporting $-substitutions.


Attributes

a idpattern

'[_a-z][_a-z0-9]*'

a pattern

<_sre.SRE_Pattern object at 0x8c36e60>

a delimiter

'$'

Methods

f __init__(self, template) ...

f substitute(self, *args, **kws) ...

f safe_substitute(self, *args, **kws) ...

See the source for more information.