Tagged Questions
1
vote
1answer
2k views
Cast a class instance to a subclass
I'm using boto to manage some EC2 instances. It provides an Instance class. I'd like to subclass it to meet my particular needs. Since boto provides a query interface to get your instances, I need ...