Skip to content Skip to sidebar Skip to footer
Showing posts with the label Class Attributes

Python Class Inheritance: Attributeerror: '[subclass]' Object Has No Attribute 'xxx'

I have the following base class and subclass: class Event(object): def __init__(self, sr1=None,… Read more Python Class Inheritance: Attributeerror: '[subclass]' Object Has No Attribute 'xxx'