Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ status
Method
status
Tools/clinic/libclinic/cpp.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
return
f
"<clinic.Monitor {' '.join(parts)}>"
57
58
def
status(self) -> str:
59
return
str(self.line_number).rjust(4) +
": "
+ self.condition()
60
61
def
condition(self) -> str:
62
""
"
Callers
1
writeline
Method · 0.95
Calls
3
condition
Method · 0.95
str
Function · 0.85
rjust
Method · 0.45
Tested by
no test coverage detected