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

Function _stderr

thirdparty/bottle/bottle.py:153–157  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

151
152
153def _stderr(*args):
154 try:
155 print(*args, file=sys.stderr)
156 except (IOError, AttributeError):
157 pass # Some environments do not allow printing (mod_wsgi)
158
159
160# A bug in functools causes it to break if the wrapper is an instance method

Callers 3

runMethod · 0.85
runFunction · 0.85
_cli_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…