Creates a scope for running Python code.

 

   

Syntax
 

[C#]
PythonScope CreateScope(string name)

 

   

Params
 
Name Description
name The name of the scope.
return A Python scope.

 

   

Notes
 
Creates a scope for running Python code.

 

   

Example
 
None.