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

Function _atoi

options.py:39–43  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

37
38
39def _atoi(v):
40 try:
41 return int(v or 0)
42 except ValueError:
43 return 0
44
45
46def _remove_negative_kv(k, v):

Callers 1

_tty_widthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected