File: api.rst

package info (click to toggle)
python-hupper 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 1,668; makefile: 149
file content (50 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
==================
:mod:`hupper` API
==================

.. automodule:: hupper

  .. autofunction:: start_reloader

  .. autofunction:: is_active

  .. autofunction:: get_reloader

  .. autofunction:: is_watchdog_supported

  .. autofunction:: is_watchman_supported

.. automodule:: hupper.reloader

  .. autoclass:: Reloader
    :members:

.. automodule:: hupper.interfaces

  .. autoclass:: IReloaderProxy
    :members:
    :special-members:

  .. autoclass:: IFileMonitor
    :members:
    :special-members:

  .. autoclass:: IFileMonitorFactory
    :members:
    :special-members:

  .. autoclass:: ILogger
    :members:
    :special-members:

.. automodule:: hupper.polling

  .. autoclass:: PollingFileMonitor

.. automodule:: hupper.watchdog

  .. autoclass:: WatchdogFileMonitor

.. automodule:: hupper.watchman

  .. autoclass:: WatchmanFileMonitor