inotify_simple.py 文件源码

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

项目:inotify_simple 作者: chrisjbillington 项目源码 文件源码
def __exit__(self, exc_type, exc_value, traceback):
        self.close()


#: A ``namedtuple`` (wd, mask, cookie, name) for an inotify event.
#: ``namedtuple`` objects are very lightweight to instantiate and access, whilst
#: being human readable when printed, which is useful for debugging and
#: logging. For best performance, note that element access by index is about
#: four times faster than by name. Note: in Python 2, name is a bytestring,
#: not a unicode string. In Python 3 it is a string decoded with ``os.fsdecode()``.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号