Here is what I\'m trying to do:
class Parent: def __init__(self): self.parent_var = \'initial value\' def update_now(self): self.parent_v