MCPcopy
hub / github.com/feast-dev/feast / _md

Function _md

sdk/python/feast/demos.py:119–124  ·  view source on GitHub ↗
(source: str)

Source from the content-addressed store, hash-verified

117
118
119def _md(source: str) -> dict[str, Any]:
120 return {
121 "cell_type": "markdown",
122 "metadata": {},
123 "source": source,
124 }
125
126
127def _code(source: str, tags: Optional[list[str]] = None) -> dict[str, Any]:

Callers 4

_apply_mdFunction · 0.85
_nb_overviewFunction · 0.85
_nb_historicalFunction · 0.85
_nb_onlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected