Debugging#

Use mo.defs and mo.refs to get the global definitions and references of a cell.

marimo.defs() tuple[str, ...]#

Get the definitions of the currently executing cell.

Returns:

  • tuple of the currently executing cell’s defs.

marimo.refs() tuple[str, ...]#

Get the references of the currently executing cell.

Returns:

  • tuple of the currently executing cell’s refs.