Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ _close
Method
_close
lib/core/subprocessng.py:88–90 ·
view source on GitHub ↗
(self, which)
Source
from the content-addressed store, hash-verified
86
return
getattr(self, which), maxsize
87
88
def
_close(self, which):
89
getattr(self, which).close()
90
setattr(self, which, None)
91
92
if
IS_WIN:
93
def
send(self, input):
Callers
2
send
Method · 0.95
_recv
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected