Re: [Tutor] What is the meaning of using single underscore in front of variable name

2006-11-28 Thread Simon Brunning
On 11/28/06, Asrarahmed Kadri <[EMAIL PROTECTED]> wrote: > What does this mean? > > _url = 'http://api.google.com/search/beta2' > _namespace = 'urn:GoogleSearch' > > Single underscore as a prefix in variable naming...?? whats it for?? It means "private by convention" - see

[Tutor] What is the meaning of using single underscore in front of variable name

2006-11-28 Thread Asrarahmed Kadri
Hi folks, What does this mean? _url = 'http://api.google.com/search/beta2' _namespace = 'urn:GoogleSearch' Single underscore as a prefix in variable naming...?? whats it for?? Any idea.. Regards, Asrarahmed -- To HIM you shall return. ___ Tutor mai