示例#1
0
 def test_sys_import(self):
     from pypy.interpreter.main import run_string
     run_string('import sys', space=self.space)
示例#2
0
 def doit():
     main.run_string(command, space=space)
示例#3
0
 def doit():
     main.run_string(command, space=space)
示例#4
0
 def doit():
     main.run_string(interactiveconfig.runcommand, space=space)
示例#5
0
 def test_sys_import(self):
     from pypy.interpreter.main import run_string
     run_string('import sys', space=self.space)
示例#6
0
文件: py.py 项目: TheDunn/flex-pypy
 def doit():
     main.run_string(interactiveconfig.runcommand, space=space)