remove_callback

echo.remove_callback(instance, prop, callback)[source]

Remove a callback function from a property in an instance

Parameters
instance

The instance to detach the callback from

propstr

Name of callback property in instance

callbackfunc

The callback function to remove