MCPcopy 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

writelineMethod · 0.95

Calls 3

conditionMethod · 0.95
strFunction · 0.85
rjustMethod · 0.45

Tested by

no test coverage detected