Deep override
Ryan
ryanmorillo at hotmail.com
Mon Feb 11 14:48:02 EST 2002
More information about the Python-list mailing list
Mon Feb 11 14:48:02 EST 2002
- Previous message (by thread): [Python-Dev] RE: RFC: Option Parsing Libraries
- Next message (by thread): Deep override
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have a module I'm writing for work that has a class that inherits from websucker.Sucker I'm trying to override websuckers' inheritance of webchecker.Checker.checkforhtml so it will just return 1(I want it to download some files, not html). I've tried different ways to name in and even tried to def it (Python didn't like all those dotted names in a def). Does anyone know how to get this to work? Thanks in advance for any insights.
- Previous message (by thread): [Python-Dev] RE: RFC: Option Parsing Libraries
- Next message (by thread): Deep override
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list