MCPcopy Create free account
hub / github.com/apenwarr/sshuttle / _remove_negative_k

Function _remove_negative_k

options.py:51–52  ·  view source on GitHub ↗
(k)

Source from the content-addressed store, hash-verified

49 return k,v
50
51def _remove_negative_k(k):
52 return _remove_negative_kv(k, None)[0]
53
54
55def _tty_width():

Callers 1

_gen_usageMethod · 0.85

Calls 1

_remove_negative_kvFunction · 0.85

Tested by

no test coverage detected