On Tuesday, September 11, 2012 5:02:31 PM UTC-5, Erik Max Francis wrote:
> On 09/11/2012 01:53 PM, me wrote:
>
> > On Tuesday, September 11, 2012 2:06:45 PM UTC-5, Ian wrote:
>
> >> On Tue, Sep 11, 2012 at 12:45 PM, I wrote:
>
> >>> What is the significance of the leading underscore in "self._b
On Tuesday, September 11, 2012 2:06:45 PM UTC-5, Ian wrote:
> On Tue, Sep 11, 2012 at 12:45 PM, I wrote:
>
> > All
>
> >
>
> > Python noob here. Trying to understand a particular syntax:
>
> >
>
> > class stuff:
>
> > def __init__(self):
>
> > self._bongo = "BongoWorld"
>
> >
All
Python noob here. Trying to understand a particular syntax:
class stuff:
def __init__(self):
self._bongo = "BongoWorld"
---
What is the significance of the leading underscore in "self._bongo"? I've seen
this a few times and, after looking through PEP 8, I didn't see
Gabriel Genellina wrote:
> At Wednesday 15/11/2006 20:08, [EMAIL PROTECTED] wrote:
>
> >I've been using the pyRTF module to generate some documents that I need
> >for work. In general, the module is good, and pretty simple to use.
> >However, I am running into a problem with footers that doesn't
Hi All
I've been using the pyRTF module to generate some documents that I need
for work. In general, the module is good, and pretty simple to use.
However, I am running into a problem with footers that doesn't quite
make sense to me.
My question is this: Is it possible to change the text of a f