Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
cmdloop
Method · 0.95
Calls
2
detach
Method · 0.95
super
Class · 0.85
Tested by
no test coverage detected