summaryrefslogtreecommitdiffstats
path: root/devel/py-istring/pkg-descr
blob: ff7f09b4d0d4825d666f37687fa14e21b9176c89 (plain)
1
2
3
4
5
6
7
8
9
istring is an interpolated string class, which means you can substitute
variables into a string, like this:

    >>> j = 3
    >>> s = istring("j is $j")
    >>> s
    'j is 3'

WWW: http://www.neosynapse.net/interpolated_string.htm
OpenPOWER on IntegriCloud