MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / debug

Method debug

thirdparty/keepalive/keepalive.py:594–594  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

592 dbbackup = DEBUG
593 class FakeLogger:
594 def debug(self, msg, *args): print(msg % args)
595 info = warning = error = debug
596 DEBUG = FakeLogger()
597 print(" fetching the file to establish a connection")

Callers 15

feedMethod · 0.80
feedMethod · 0.80
feedMethod · 0.80
get_confidenceMethod · 0.80
feedMethod · 0.80
closeMethod · 0.80
debugFunction · 0.80
attackDumpedTableFunction · 0.80
crawlThreadFunction · 0.80
connectMethod · 0.80
task_newFunction · 0.80
task_deleteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected