James Stroud wrote:
> Alan G Isaac wrote:
>> Pardon the vocab question;
>> I'm not a computer science type.
>> According to the Reference Manual,
>> a class defintion has the structure::
>>
>> classdef ::= "class" classname [inheritance] ":" suite
>>
>> What is the entire part before the
"Alan G Isaac" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| Pardon the vocab question;
| I'm not a computer science type.
| According to the Reference Manual,
| a class defintion has the structure::
|
| classdef ::= "class" classname [inheritance] ":" suite
|
| What is
James Stroud wrote:
> Alan G Isaac wrote:
>> According to the Reference Manual,
>> a class defintion has the structure::
>>
>> classdef ::= "class" classname [inheritance] ":" suite
>>
>> What is the entire part before the suite called?
>> (Just pointing to a reference is fine & helpful,
Steven Bethard a écrit :
> Bruno Desthuilliers wrote:
>
>> Alan G Isaac a écrit :
>>
>>> Pardon the vocab question;
>>> I'm not a computer science type.
>>> According to the Reference Manual,
>>> a class defintion has the structure::
>>>
>>> classdef ::= "class" classname [inheritance] "
Alan G Isaac wrote:
> Pardon the vocab question;
> I'm not a computer science type.
> According to the Reference Manual,
> a class defintion has the structure::
>
> classdef ::= "class" classname [inheritance] ":" suite
>
> What is the entire part before the suite called?
> (Just pointi
Steven Bethard wrote:
> As far as I
> know, there's no official term for the first four elements of a class
> statement. I'd probably call it the class statement header.
That will have to do for now.
Thanks!
Alan Isaac
--
http://mail.python.org/mailman/listinfo/python-list
Bruno Desthuilliers wrote:
> Alan G Isaac a écrit :
>> Pardon the vocab question;
>> I'm not a computer science type.
>> According to the Reference Manual,
>> a class defintion has the structure::
>>
>> classdef ::= "class" classname [inheritance] ":" suite
>>
>> What is the entire part b
Alan G Isaac a écrit :
> Pardon the vocab question;
> I'm not a computer science type.
> According to the Reference Manual,
> a class defintion has the structure::
>
> classdef ::= "class" classname [inheritance] ":" suite
>
> What is the entire part before the suite called?
A statemen
On Apr 13, 2:06 pm, Alan G Isaac <[EMAIL PROTECTED]> wrote:
> Pardon the vocab question;
> I'm not a computer science type.
> According to the Reference Manual,
> a class defintion has the structure::
>
> classdef ::= "class" classname [inheritance] ":" suite
>
> What is the entire part