MCPcopy Create free account
hub / github.com/bpython/bpython / __call__

Method __call__

bpython/_internal.py:24–25  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

22 )
23
24 def __call__(self, *args, **kwargs) -> None:
25 self.helper(*args, **kwargs)
26
27
28_help = _Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected