Unexpected AttributeError when using custom class instances in Python 3.10
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-10
python object-oriented classes attributes
I'm encountering an `AttributeError` when trying to call a method on an instance of a custom class in Python 3.10. I have a simple class structure where I defin...