Adding an interface to existing classes
Chris Angelico
rosuav at gmail.com
Sun Dec 25 08:55:22 EST 2011
More information about the Python-list mailing list
Sun Dec 25 08:55:22 EST 2011
- Previous message (by thread): Adding an interface to existing classes
- Next message (by thread): Item Checking not possible with UltimateListCtrl in ULC_VIRTUAL mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Dec 26, 2011 at 12:46 AM, Steven D'Aprano <steve+comp.lang.python at pearwood.info> wrote: > class DrawableLine(Line): > intersection_kind = DrawablePoint Ha! That works. I was sure there'd be some simple way to do it! ChrisA
- Previous message (by thread): Adding an interface to existing classes
- Next message (by thread): Item Checking not possible with UltimateListCtrl in ULC_VIRTUAL mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list