1 2 3 4 5 6 7
def somefunc(space): return space.w_True def initpath(space): print "got to initpath", space return space.wrap(3)