Re: Storing records from a parsed file
- From: "Ben" <Benjamin.Barker@xxxxxxxxx>
- Date: 30 Sep 2006 07:38:51 -0700
Ah - I think I've sorted it out.
I can now have data1.function()
or
data2.function()
etc
However, I can still call function() directly:
function()
which seems very odd Indeed. The only instances of function are within
classes data1 and data2, and these definitions are different, so I
don't see why I can get away with calling it without reference to a
base class - for a start how does it know whivh one to call... will
investigate :-p
.
- Follow-Ups:
- Re: Storing records from a parsed file
- From: Ben
- Re: Storing records from a parsed file
- References:
- Storing records from a parsed file
- From: Ben
- Re: Storing records from a parsed file
- From: Steve Holden
- Re: Storing records from a parsed file
- From: Ben
- Storing records from a parsed file
- Prev by Date: cx_Freeze and Python
- Next by Date: Re: builtin regular expressions?
- Previous by thread: Re: Storing records from a parsed file
- Next by thread: Re: Storing records from a parsed file
- Index(es):
Relevant Pages
|