class Foo:
    def __init__(self):
        self.x = 3

f = Foo()
None[4]
f[4]
