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

Method to_python

mongoengine/fields.py:2199–2202  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

2197 return self.value_decorator(value)
2198
2199 def to_python(self, value):
2200 if value is None:
2201 value = self.generate()
2202 return value
2203
2204
2205class UUIDField(BaseField):

Callers

nothing calls this directly

Calls 1

generateMethod · 0.95

Tested by

no test coverage detected