Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ __init__
Method
__init__
bpython/inspection.py:50–51 ·
view source on GitHub ↗
(self, value: str)
Source
from the content-addressed store, hash-verified
48
__slots__ = (
"value"
,)
49
50
def
__init__(self, value: str) -> None:
51
self.value = value
52
53
def
__repr__(self) -> str:
54
return
self.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected