summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordano <oreilldf@gmail.com>2014-10-16 19:44:55 -0400
committerdano <oreilldf@gmail.com>2014-10-16 19:44:55 -0400
commit6e77a4c8d001971cec6c98c6af8e553872a121d4 (patch)
tree6e7e0ea43dee8d26b4f303da2e7a44d994f4d0da
parentc297e50a2ae0c1cdd2380a395a3ed37199580506 (diff)
downloadpyinotify-6e77a4c8d001971cec6c98c6af8e553872a121d4.tar.gz
doc update
-rwxr-xr-xpython2/pyinotify.py2
-rwxr-xr-xpython3/pyinotify.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/python2/pyinotify.py b/python2/pyinotify.py
index a12ce3f..089b636 100755
--- a/python2/pyinotify.py
+++ b/python2/pyinotify.py
@@ -1614,6 +1614,8 @@ class AsyncioNotifier(Notifier):
default_proc_fun=None, read_freq=0, threshold=0, timeout=None):
"""
+ See examples/asyncio_notifier.py for an example usage.
+
@param loop: asyncio or trollius event loop instance.
@type loop: asyncio.BaseEventLoop or trollius.BaseEventLoop instance.
@param callback: Functor called at the end of each call to handle_read.
diff --git a/python3/pyinotify.py b/python3/pyinotify.py
index 407b74a..a6601c8 100755
--- a/python3/pyinotify.py
+++ b/python3/pyinotify.py
@@ -1604,6 +1604,8 @@ class AsyncioNotifier(Notifier):
default_proc_fun=None, read_freq=0, threshold=0, timeout=None):
"""
+ See examples/asyncio_notifier.py for an example usage.
+
@param loop: asyncio or trollius event loop instance.
@type loop: asyncio.BaseEventLoop or trollius.BaseEventLoop instance.
@param callback: Functor called at the end of each call to handle_read.