MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / set_ready

Method set_ready

thirdparty/keepalive/keepalive.py:162–164  ·  view source on GitHub ↗
(self, connection, ready)

Source from the content-addressed store, hash-verified

160 self._lock.release()
161
162 def set_ready(self, connection, ready):
163 try: self._readymap[connection] = ready
164 except KeyError: pass
165
166 def get_ready_conn(self, host):
167 conn = None

Callers 1

_request_closedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected