def to_objectid(objid): return _es.to_objectid(objid)
def to_objectid(objid): """Convert string into ObjectId """ return _es.to_objectid(objid)