IMO parsing this should create a read access on `anObject` ```python def objectAccess(anObject): return anObject.shape ``` But, actually there is no access after parsing it.