Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 714 Bytes

helpers.callback_serialization_wrap.rst

File metadata and controls

24 lines (15 loc) · 714 Bytes

callback_serialization_wrap

k3d.helpers.callback_serialization_wrap

Note

This function is used along with the ipywidgets package, which provides custom object serializations.

See ipywidgets documentation for more informations.

Examples

# Example from objects.DrawableWithCallback

click_callback = Any(default_value=None, allow_none=True).tag(sync=True, **callback_serialization_wrap("click_callback"))