Dennis Lee Bieber wrote:
> On Sat, 21 Apr 2007 11:56:05 -0400, Steve Holden <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>> Robert Rawlins - Think Blue wrote:
>
>>> LocationService.setIP(‘192.168.1.1’)
>>>
>> This isn't a call on a specific LocationService instance, it's a
Robert Rawlins - Think Blue wrote:
> Hello Guys,
>
>
>
> From my understanding of what I’ve read, the ‘import’ is meant to auto
> Init my class ready for me to access its methods, but it doesn’t appear
> too, I’m having to init them myself before I can access them, like this.
>
Importing a
En Sat, 21 Apr 2007 05:46:07 -0300, Robert Rawlins - Think Blue
<[EMAIL PROTECTED]> escribió:
>> From my understanding of what I've read, the 'import' is meant to auto
>> Init
> my class ready for me to access its methods, but it doesn't appear too,
> I'm
> having to init them myself before
On 4/21/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]>
wrote:
Hello Guys,
From my understanding of what I've read, the 'import' is meant to auto
Init my class ready for me to access its methods, but it doesn't appear too,
I'm having to init them myself before I can access them, like this.
Hello Guys,
>From my understanding of what I've read, the 'import' is meant to auto Init
my class ready for me to access its methods, but it doesn't appear too, I'm
having to init them myself before I can access them, like this.
import LocationService
Location = LocationService.Location