MCPcopy Index your code
hub / github.com/cloudpipe/cloudpickle / _make_cell

Function _make_cell

cloudpickle/cloudpickle.py:528–532  ·  view source on GitHub ↗
(value=_empty_cell_value)

Source from the content-addressed store, hash-verified

526
527
528def _make_cell(value=_empty_cell_value):
529 cell = _make_empty_cell()
530 if value is not _empty_cell_value:
531 cell.cell_contents = value
532 return cell
533
534
535def _make_skeleton_class(

Callers

nothing calls this directly

Calls 1

_make_empty_cellFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…