MCPcopy 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

sendMethod · 0.95
_recvMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected