Home
last modified time | relevance | path

Searched refs:run_interpreter (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/pysvr/
Dpysvr.c48 static void run_interpreter(FILE *, FILE *);
256 run_interpreter(input, output); in service_thread()
276 run_interpreter(FILE *input, FILE *output) in run_interpreter() function
Dpysvr.py64 run_interpreter(stdin, stdout)
67 def run_interpreter(stdin, stdout): function