Re: Basic inheritance question
- From: Jeroen Ruigrok van der Werven <asmodai@xxxxxxxxxxxxx>
- Date: Sat, 5 Jan 2008 11:37:51 +0100
-On [20080105 11:36], MartinRinehart@xxxxxxxxx (MartinRinehart@xxxxxxxxx) wrote:
class code:
def __init__( self, start, stop ):
startLoc = start
stopLoc = stop
Shouldn't this be:
self.startLoc = start
self.stopLoc = stop
?
--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Open your Heart and push the limits...
.
- Follow-Ups:
- Re: Basic inheritance question
- From: MartinRinehart
- Re: Basic inheritance question
- References:
- Basic inheritance question
- From: MartinRinehart
- Basic inheritance question
- Prev by Date: Re: Fortran to Python
- Next by Date: Re: Basic inheritance question
- Previous by thread: Basic inheritance question
- Next by thread: Re: Basic inheritance question
- Index(es):
Relevant Pages
|
|