{ } Raw JSON

bundles / traitlets 5.15.0 / traitlets / traitlets / HasTraits / unobserve_all

function

traitlets.traitlets:HasTraits.unobserve_all

source: /traitlets/traitlets.py :1708

Signature

def   unobserve_all ( self name : str | t.Any = traitlets.All )  →  None

Summary

Remove trait change handlers of any type for the specified name. If name is not specified, removes all trait notifiers.

Aliases

  • traitlets.HasTraits.unobserve_all