On Saturday, February 8, 2014 3:13:54 AM UTC-5, Asaf Las wrote:
>
> note, due to strings are immutable - for every line in sum operation
>
> above you produce new object and throw out older one. you can write
>
> one string spanned at multiple lines in very clear form.
>
> /Asaf
I think I
On Saturday, February 8, 2014 3:13:54 AM UTC-5, Asaf Las wrote:
>
> note, due to strings are immutable - for every line in sum operation
>
> above you produce new object and throw out older one. you can write
>
> one string spanned at multiple lines in very clear form.
>
I get what your s
On Saturday, February 8, 2014 3:35:34 AM UTC-5, Rustom Mody wrote:
> On Saturday, February 8, 2014 1:11:53 PM UTC+5:30, cstru...@gmail.com wrote:
>
> > I am writing a couple of class methods to build up several lines of html.
> > Some of the lines are conditional and most need variables inserted
I am writing a couple of class methods to build up several lines of html. Some
of the lines are conditional and most need variables inserted in them.
Searching the web has given me a few ideas. Each has its pro's and cons.
The best I have come up with is:
def output_header_js(self, jquery=T