MCPcopy
hub / github.com/sshuttle/sshuttle / debug3

Function debug3

sshuttle/helpers.py:57–59  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

55
56
57def debug3(s):
58 if verbose >= 3:
59 log(s)
60
61
62class Fatal(Exception):

Callers 15

expire_connectionsFunction · 0.90
udp_doneFunction · 0.90
dns_doneFunction · 0.90
_mainFunction · 0.90
_read_next_string_lineFunction · 0.90
mainFunction · 0.90
__main__.pyFile · 0.90
mainFunction · 0.90
_nb_cleanFunction · 0.90
__init__Method · 0.90
try_connectMethod · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected