Void IPythonExecutionEngine.Execute(PythonExpression expression, ScriptScope scope)

Executes an expression within the specified scope.

Parameters

  • expression
    The expression to execute.
  • scope
    Type: ScriptScope
    The in which the expression will be executed.