MCPcopy
hub / github.com/pathwaycom/pathway / to_json_wrapped

Function to_json_wrapped

python/pathway/tests/test_json.py:912–913  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

910
911 @pw.udf
912 def to_json_wrapped(obj) -> pw.Json:
913 return pw.Json({k: pw.Json(v) for k, v in obj.value.items()})
914
915 obj = {
916 "dtn": datetime.datetime(2025, 3, 14, 10, 13),

Callers 1

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected