def to_mongo(self, value): if isinstance(value, dict): return value return SON([('type', self._type), ('coordinates', value)])