MCPcopy Index your code
hub / github.com/python/cpython / postloop

Method postloop

Lib/pdb.py:2980–2983  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2978 self.postloop()
2979
2980 def postloop(self):
2981 super().postloop()
2982 if self.quitting:
2983 self.detach()
2984
2985 def detach(self):
2986 # Detach the debugger and close the socket without raising BdbQuit

Callers 1

cmdloopMethod · 0.95

Calls 2

detachMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected