My code has a class with a simple instance variable self.foo which holds a list object.
self.foo
class MyClass: def __init__(self): self.foo = []