Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 566 Bytes

File metadata and controls

36 lines (27 loc) · 566 Bytes

PythonEndContext

Description

Closes python context previously opened with PythonBeginContext.

PROCEDURE PythonEndContext;
def vs.PythonEndContext():
    return None

Examples

PythonExecute.

PythonEndContext;
import vs

# Closes python context previously opened with PythonBeginContext.
vs.PythonEndContext()

See Also

VS Functions: PythonBeginContext

Version

Availability: from Vectorworks 2014

Category