in optional-kubernetes-engine/bookshelf/model_mongodb.py [0:0]
def _id(id): if not isinstance(id, ObjectId): return ObjectId(id) return id