Beispiel #1
0
 def PRINT_ITEM(self, oparg):
     w_item = self.popvalue()
     w_s = op.str(w_item).eval(self)
     self.appcall(rpython_print_item, w_s)
Beispiel #2
0
 def PRINT_ITEM(self, oparg):
     w_item = self.popvalue()
     w_s = op.str(w_item).eval(self)
     self.appcall(rpython_print_item, w_s)