MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / _normalize_string

Function _normalize_string

src/deepscientist/bash_exec/runtime.py:39–40  ·  view source on GitHub ↗
(value: object)

Source from the content-addressed store, hash-verified

37
38
39def _normalize_string(value: object) -> str:
40 return str(value or "").strip()
41
42
43def _coerce_session_status(value: object) -> str:

Callers 3

_coerce_session_statusFunction · 0.70
__init__Method · 0.70
_reader_loopMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected