Searched refs:evalcode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py1181 Evaluate or execute Python code in a Cython or Python frame. The 'evalcode'
1242 result = executor.evalcode(code, input_type, global_dict,
1249 def evalcode(self, code, input_type): member in class:EvaluateOrExecuteCodeMixin
1273 executor.xdecref(self.evalcode(expr, executor.Py_single_input))
1379 return self.evalcode(python_expression, input_type)
H A Dlibpython.py2372 def evalcode(self, code, input_type, global_dict=None, local_dict=None): member in class:PythonCodeExecutor
2498 return executor.evalcode(code, input_type, global_dict, local_dict)

Completed in 1075 milliseconds