MCPcopy Create free account
hub / github.com/ipython/traitlets / _init_call

Method _init_call

traitlets/traitlets.py:1245–1247  ·  view source on GitHub ↗
(self, func: FuncT)

Source from the content-addressed store, hash-verified

1243
1244class EventHandler(BaseDescriptor):
1245 def _init_call(self, func: FuncT) -> EventHandler:
1246 self.func = func
1247 return self
1248
1249 @t.overload
1250 def __call__(self, func: FuncT, *args: t.Any, **kwargs: t.Any) -> FuncT:

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected