Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ __repr__
Method
__repr__
traitlets/traitlets.py:234–235 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
232
return
bool(test == self.value)
233
234
def
__repr__(self) -> str:
235
return
"<SimpleTest(%r)"
% self.value
236
237
def
__str__(self) -> str:
238
return
self.__repr__()
Callers
1
__str__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected