MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / Macro

Class Macro

tests/document/test_instance.py:3299–3300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3297
3298 def test_complex_nesting_document_and_embedded_document(self):
3299 class Macro(EmbeddedDocument):
3300 value = DynamicField(default="UNDEFINED")
3301
3302 class Parameter(EmbeddedDocument):
3303 macros = MapField(EmbeddedDocumentField(Macro))

Callers 1

expandMethod · 0.85

Calls 1

DynamicFieldClass · 0.85

Tested by 1

expandMethod · 0.68