Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/maziyarpanahi/openmed
/ _cell_text
Function
_cell_text
tests/unit/test_deidentification_cookbook.py:28–32 ·
view source on GitHub ↗
(cell)
Source
from the content-addressed store, hash-verified
26
27
28
def
_cell_text(cell):
29
source = cell.get(
"source"
,
""
)
30
if
isinstance(source, list):
31
return
""
.join(source)
32
return
source
33
34
35
def
_notebook_text():
Callers
2
_notebook_text
Function · 0.85
test_notebook_has_four_recipes
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected