MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / setUp

Method setUp

test/test_unified_format.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61
62class TestMatchEvaluatorUtil(UnitTest):
63 def setUp(self):
64 self.match_evaluator = MatchEvaluatorUtil(self)
65
66 def test_unsetOrMatches(self):
67 spec: dict[str, Any] = {"$$unsetOrMatches": {"y": {"$$unsetOrMatches": 2}}}

Callers

nothing calls this directly

Calls 1

MatchEvaluatorUtilClass · 0.90

Tested by

no test coverage detected