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

Method __repr__

bpython/inspection.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self.value = value
52
53 def __repr__(self) -> str:
54 return self.value
55
56 __str__ = __repr__
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected