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

Class FakeLogger

thirdparty/keepalive/keepalive.py:593–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591 global DEBUG
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")
598 fo = _urllib.request.urlopen(url)

Callers 1

test_timeoutFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_timeoutFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…