Click or drag to resize

PythonScriptCompile Method

Compiles a class in a quick-to-execute proxy.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public abstract PythonCompiledCode Compile(
	string script
)

Parameters

script
Type: SystemString
A string text.

Return Value

Type: PythonCompiledCode
A Python compiled code instance.
See Also