File: api.rst

package info (click to toggle)
python-watchdog 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 808 kB
  • sloc: python: 6,384; ansic: 609; xml: 155; makefile: 120; sh: 8
file content (80 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download | duplicates (5)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.. include:: global.rst.inc

.. api_reference:

=============
API Reference
=============

`watchdog.events`
=================

.. automodule:: watchdog.events


`watchdog.observers.api`
========================

.. automodule:: watchdog.observers.api
    :synopsis: Classes useful to observer implementers.

    Immutables
    ----------
    .. autoclass:: ObservedWatch
       :members:
       :show-inheritance:


    Collections
    -----------
    .. autoclass:: EventQueue
       :members:
       :show-inheritance:

    Classes
    -------
    .. autoclass:: EventEmitter
       :members:
       :show-inheritance:

    .. autoclass:: EventDispatcher
       :members:
       :show-inheritance:

    .. autoclass:: BaseObserver
       :members:
       :show-inheritance:



`watchdog.observers`
====================

.. automodule:: watchdog.observers


`watchdog.observers.polling`
============================

.. automodule:: watchdog.observers.polling


`watchdog.utils`
================

.. automodule:: watchdog.utils


`watchdog.utils.dirsnapshot`
============================

.. automodule:: watchdog.utils.dirsnapshot

`watchdog.tricks`
=================

.. automodule:: watchdog.tricks


.. toctree::
   :maxdepth: 2