Suppose I have two classes, one inheriting from the other :
class A(): def __init__(self): pass def do