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

Method strict_dict_class

tests/test_datastructures.py:373–374  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

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)
375
376 def test_init(self):
377 d = self.dtype(a=1, b=1, c=1)

Callers 3

setUpMethod · 0.95
test_eqMethod · 0.95

Calls 1

createMethod · 0.45

Tested by

no test coverage detected