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

Method __repr__

bpython/_internal.py:18–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 self.helper = pydoc.Helper(sys.stdin, sys.stdout)
17
18 def __repr__(self) -> str:
19 return (
20 "Type help() for interactive help, "
21 "or help(object) for help about object."
22 )
23
24 def __call__(self, *args, **kwargs) -> None:
25 self.helper(*args, **kwargs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected