while expression feature proposal
Paul Rubin
no.email at nospam.invalid
Wed Oct 24 18:47:17 EDT 2012
More information about the Python-list mailing list
Wed Oct 24 18:47:17 EDT 2012
- Previous message (by thread): while expression feature proposal
- Next message (by thread): while expression feature proposal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Rubin <no.email at nospam.invalid> writes: > class memo: > def __call__(f, *args, **kw): > self.result = f(*args, **kw) obviously add return self.result
- Previous message (by thread): while expression feature proposal
- Next message (by thread): while expression feature proposal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list