Skip to content

evalpy

Command information

Regular name evalpy

Introduced in version v0.2

This command is considered unstable

About

The evalpy command is used to return the result of a Python expression. When evalpy is used all variables from the current scope are injected.

Notes

Danger

Python code executed by evalpy has full operating system access, do not paste random code without reading it first!

Syntax

This command accepts a single String argument representing the Python expression to execute.