MCPcopy Index your code
hub / github.com/mudler/LocalAI / _is_int

Function _is_int

backend/python/ace-step/backend.py:63–68  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

61
62
63def _is_int(s):
64 try:
65 int(s)
66 return True
67 except (ValueError, TypeError):
68 return False
69
70
71def _parse_timesteps(s):

Callers 1

_parse_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected