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

Method __call__

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

Source from the content-addressed store, hash-verified

56 self._repl.pager(output, title)
57
58 def __call__(self, *args, **kwargs):
59 if self._repl.reevaluating:
60 with NopPydocPager():
61 return super().__call__(*args, **kwargs)
62 else:
63 return super().__call__(*args, **kwargs)
64
65
66# vim: sw=4 ts=4 sts=4 ai et

Callers

nothing calls this directly

Calls 1

NopPydocPagerClass · 0.85

Tested by

no test coverage detected