Re: Behavioural identity - a short discussion

2005-04-11 Thread Kay Schluehr
Terry Reedy wrote: > "Kay Schluehr" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > class A(object): > >def __init__(self): > >raise NotImplemented > > > > We can regard class A as a "pure abstract" class. It is impossible to > > create instances of A. > > You see that

Re: Behavioural identity - a short discussion

2005-04-10 Thread Terry Reedy
"Kay Schluehr" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > class A(object): >def __init__(self): >raise NotImplemented > > We can regard class A as a "pure abstract" class. It is impossible to > create instances of A. You see that parameter 'self'? When __init__ is