def __init__(self, attr_name=None, doc=None):
"""A descriptor that wraps a PyMongo read method like find_one() that
returns a Future.
"""
Async.__init__(
self, attr_name=attr_name, has_write_concern=False, doc=doc)
评论列表
文章目录