Re: [Python-Dev] Property syntax

Jan. 31, 2003
9:18 p.m.
Guido van Rossum wrote:
How many different types of parsing are needed? Could some small number of keywords that determine how the thunk is parsed be intermixed in the same context as the thunk-aware objects? def C(B) as class: def spam() as staticmethod function: ... def spamspam(klass) as classmethod generator: ... def spamspamspam as class property: ... -Jerry
8082
Age (days ago)
8082
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gerald S. Williams