MCPcopy
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
28def _cell_text(cell):
29 source = cell.get("source", "")
30 if isinstance(source, list):
31 return "".join(source)
32 return source
33
34
35def _notebook_text():

Callers 2

_notebook_textFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected