MCPcopy Create free account
hub / github.com/ahalev/python-microgrid / _numpy_arr_representer

Function _numpy_arr_representer

src/pymgrid/utils/serialize.py:75–76  ·  view source on GitHub ↗
(dumper, data)

Source from the content-addressed store, hash-verified

73
74
75def _numpy_arr_representer(dumper, data):
76 return _arr_representer(dumper, data, 'NDArray')
77
78
79def _pandas_df_representer(dumper, data):

Callers

nothing calls this directly

Calls 1

_arr_representerFunction · 0.85

Tested by

no test coverage detected