You are viewing an older version (5.14.3). Go to latest (5.15.0)
{ } Raw JSON

bundles / traitlets 5.14.3 / traitlets / traitlets / EventHandler / __call__

function

traitlets.traitlets:EventHandler.__call__

source: /traitlets/traitlets.py :1238

Signature

def   __call__ ( self * args : t.Any ** kwargs : t.Any )  →  t.Any

Summary

Pass *args and **kwargs to the handler's function if it exists.

Aliases

  • traitlets.EventHandler.__call__