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

Method __init__

mongoengine/fields.py:2570–2572  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

2568 """
2569
2570 def __init__(self, *args, **kwargs):
2571 self.passthrough = kwargs.pop("passthrough", False)
2572 super().__init__(*args, **kwargs)
2573
2574 def _validate_choices(self, value):
2575 if isinstance(value, LazyReference):

Callers

nothing calls this directly

Calls 2

popMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected