Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
def
_remove_negative_k(k):
52
return
_remove_negative_kv(k, None)[0]
53
54
55
def
_tty_width():
Callers
1
_gen_usage
Method · 0.85
Calls
1
_remove_negative_kv
Function · 0.85
Tested by
no test coverage detected