Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
dano committed Oct 16, 2014
1 parent c297e50 commit 6e77a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python2/pyinotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -1614,6 +1614,8 @@ def __init__(self, watch_manager, loop, callback=None,
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.
Expand Down
2 changes: 2 additions & 0 deletions python3/pyinotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -1604,6 +1604,8 @@ def __init__(self, watch_manager, loop, callback=None,
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.
Expand Down

0 comments on commit 6e77a4c

Please sign in to comment.