MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / is_unsigned_int

Function is_unsigned_int

tools/cmdline.py:117–121  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

115
116
117def is_unsigned_int(s):
118 try:
119 return int(s) >= 0
120 except ValueError:
121 return False
122
123
124def version_string():

Callers 1

parse_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected