Exemplo n.º 1
0
 def test_sys_import(self):
     from pypy.interpreter.main import run_string
     run_string('import sys', space=self.space)
Exemplo n.º 2
0
 def doit():
     main.run_string(command, space=space)
Exemplo n.º 3
0
 def doit():
     main.run_string(command, space=space)
Exemplo n.º 4
0
 def doit():
     main.run_string(interactiveconfig.runcommand, space=space)
Exemplo n.º 5
0
 def test_sys_import(self):
     from pypy.interpreter.main import run_string
     run_string('import sys', space=self.space)
Exemplo n.º 6
0
 def doit():
     main.run_string(interactiveconfig.runcommand, space=space)