Unexpected Inheritance Problem

Peter Otten __peter__ at web.de
Thu May 20 03:24:34 EDT 2021


On 20/05/2021 06:00, Richard Damon wrote:

> class GedcomHead(Gedcom0Tag):
>      """GEDCOM 0 HEAD tag"""
>      def ___init___(self, *, parent):

An __init__ with three underscores; you must me joking ;)



More information about the Python-list mailing list