py_list()

Outputs a list of all available Python functions from the `planetcnc` module.

Syntax

py_list()

Parameters

Parameter Type Description
None

Return Value

Examples

List all available Python functions from the planetcnc module and return the count

py_list();  // Outputs the function list and returns the total count

See also

py_list
py
py_term
py_msg