File: //usr/lib64/python2.7/site-packages/hgext/inotify/linux/__init__.pyc
�
Hq�Qc @ sM d Z d Z d d l Td Z d � Z e d � Z e d � Z e d � Z d S(
sn Low-level interface to the Linux inotify subsystem.
The inotify subsystem provides an efficient mechanism for file status
monitoring and change notification.
This package provides the low-level inotify system call interface and
associated constants and helper functions.
For a higher-level interface that remains highly efficient, use the
inotify.watcher package.s% Bryan O'Sullivan <bos@serpentine.com>i����( t *s /proc/sys/fs/inotifyc s � f d � } d � | _ | S( Nc sQ y8 t t d � � } t | j � � } | j � | SWn t k
rL d SXd S( Nt /( t opent procfs_patht intt readt closet OSErrort None( t fpt r( t name( sB /usr/lib64/python2.7/site-packages/hgext/inotify/linux/__init__.pyt
read_value s
sj Return the value of the %s setting from /proc.
If inotify is not enabled on this system, return None.( t __doc__( R R ( ( R sB /usr/lib64/python2.7/site-packages/hgext/inotify/linux/__init__.pyt _read_procfs_value s
t max_queued_eventst max_user_instancest max_user_watchesN( R
t
__author__t _inotifyR R R R R ( ( ( sB /usr/lib64/python2.7/site-packages/hgext/inotify/linux/__init__.pyt <module> s