MCPcopy Create free account
hub / github.com/apache/fory / _assert_deep_equal

Function _assert_deep_equal

python/pyfory/tests/test_cross_language.py:594–595  ·  view source on GitHub ↗
(left, right, msg_prefix="")

Source from the content-addressed store, hash-verified

592
593
594def _assert_deep_equal(left, right, msg_prefix=""):
595 assert _deep_equal(left, right), f"{msg_prefix}left {left}\n right {right}"
596
597
598def struct_round_back(data_file_path, fory, obj1):

Callers 3

struct_round_backFunction · 0.85

Calls 1

_deep_equalFunction · 0.85

Tested by

no test coverage detected