예제 #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)