Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
def
_normalize_string(value: object) -> str:
40
return
str(value or
""
).strip()
41
42
43
def
_coerce_session_status(value: object) -> str:
Callers
3
_coerce_session_status
Function · 0.70
__init__
Method · 0.70
_reader_loop
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected