bundles / traitlets 5.14.3 / traitlets / traitlets / HasTraits / unobserve_all
function
traitlets.traitlets:HasTraits.unobserve_all
source: /traitlets/traitlets.py :1700
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