def __init__(self, db, coll, ntoreturn, cursor_id, codec_options,
max_await_time_ms=None):
self.db = db
self.coll = coll
self.ntoreturn = ntoreturn
self.cursor_id = cursor_id
self.codec_options = codec_options
self.max_await_time_ms = max_await_time_ms
评论列表
文章目录