MCPcopy Create free account
hub / github.com/MongoEngine/mongoengine / setUp

Method setUp

tests/test_datastructures.py:370–371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

368
369class TestStrictDict(unittest.TestCase):
370 def setUp(self):
371 self.dtype = self.strict_dict_class(("a", "b", "c"))
372
373 def strict_dict_class(self, *args, **kwargs):
374 return StrictDict.create(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

strict_dict_classMethod · 0.95

Tested by

no test coverage detected