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

Function _numpy_represent_floating

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

Source from the content-addressed store, hash-verified

65
66
67def _numpy_represent_floating(dumper, data):
68 return dumper.represent_float(data.item())
69
70
71def _numpy_represent_int(dumper, data):

Callers

nothing calls this directly

Calls 1

itemMethod · 0.80

Tested by

no test coverage detected