function operators
Terry Reedy
tjreedy at home.com
Mon Nov 26 21:54:20 EST 2001
More information about the Python-list mailing list
Mon Nov 26 21:54:20 EST 2001
- Previous message (by thread): Problems inst. yapsnmp 0.7.4 under SunOS 5.8
- Next message (by thread): function operators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Hans Nowak" <wurmy at earthlink.net> wrote in message news:3C02F6A3.941CCB5E at earthlink.net... > # composable_functions.py > > from __future__ import nested_scopes > > class ComposableFunction: > > def __init__(self, f): > self.f = f ... Does 2.2 allow one to inherit from type 'function'? So one could do this without extra level on indirection? Terry J. Reedy
- Previous message (by thread): Problems inst. yapsnmp 0.7.4 under SunOS 5.8
- Next message (by thread): function operators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list