MCPcopy
hub / github.com/srixivas/PcapXray / _dumps

Function _dumps

Source/Module/report_generator.py:17–18  ·  view source on GitHub ↗
(obj, **kwargs)

Source from the content-addressed store, hash-verified

15
16
17def _dumps(obj, **kwargs) -> str:
18 return json.dumps(obj, cls=_ModelEncoder, **kwargs)
19
20
21class ReportGenerator:

Callers 3

deviceDetailsReportMethod · 0.85
packetDetailsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected