コード例 #1
0
 def foobar(w_obj, space):
     is_root(w_obj)
     see()
     return space.w_None
コード例 #2
0
 def do_it(self, space, w_x):
     is_root(w_x)
     see()
     return W_Root()
コード例 #3
0
 def foobar(space, x, w_y, z):
     is_root(w_y)
     see()
     return space.wrap(x - z)
コード例 #4
0
 def foobar(space, x, w_y, z):
     is_root(w_y)
     see()
     return space.newint(x - z)
コード例 #5
0
 def do_it(self, space, w_x):
     is_root(w_x)
     see()
     return W_Root()
コード例 #6
0
 def foobar(w_obj, space):
     is_root(w_obj)
     see()
     return space.w_None
コード例 #7
0
 def foobar(space, x, w_y, z):
     is_root(w_y)
     see()
     return space.wrap(x - z)