I need to delete an attribute that exists in the base class. I can\'t access self because I\'m doing it outside of __init__. I thought __class__ would
__init__
__class__