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

Method __call__

traitlets/traitlets.py:1250–1251  ·  view source on GitHub ↗
(self, func: FuncT, *args: t.Any, **kwargs: t.Any)

Source from the content-addressed store, hash-verified

1248
1249 @t.overload
1250 def __call__(self, func: FuncT, *args: t.Any, **kwargs: t.Any) -> FuncT:
1251 ...
1252
1253 @t.overload
1254 def __call__(self, *args: t.Any, **kwargs: t.Any) -> t.Any:

Callers

nothing calls this directly

Calls 1

_init_callMethod · 0.95

Tested by

no test coverage detected