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
"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