pyinotify.py 文件源码

python
阅读 31 收藏 0 点赞 0 评论 0

项目:ClassiPi 作者: mugroma3 项目源码 文件源码
def __init__(self, watch_manager, default_proc_fun=None, read_freq=0,
                 threshold=0, timeout=None, channel_map=None):
        """
        Initializes the async notifier. The only additional parameter is
        'channel_map' which is the optional asyncore private map. See
        Notifier class for the meaning of the others parameters.

        """
        Notifier.__init__(self, watch_manager, default_proc_fun, read_freq,
                          threshold, timeout)
        asyncore.file_dispatcher.__init__(self, self._fd, channel_map)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号