For the complete documentation index, see llms.txt. This page is also available as Markdown.

clear

The command to clear the input of the current element.

Syntax

Element.clear() -> Element

Usage

correct usage
py.get("input").clear()

Arguments

  • None

Yields

  • Element - The current Element that was cleared so you can chain commands.

Last updated