def __init__(self, timeout=5):
"""
:param timeout: Number of seconds after which the entry is removed from the bind cache
"""
self.timeout = timeout
#: Map of tuples (dn, app_marker, password) to insertion timestamps (determined using ``reactor.seconds``)
self._cache = {}
bindcache.py 文件源码
python
阅读 28
收藏 0
点赞 0
评论 0
评论列表
文章目录