fn step(callback: PyObject) -> SystemWrapper
Expand description

step(callback)

Passes the model tick on every step back to Python through a callback function

Parameters:

callback - a Python function with a single parameters to pass the model tick back to Python.