File: lock.rst

package info (click to toggle)
python-fasteners 0.12.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 196 kB
  • sloc: python: 1,003; makefile: 36
file content (26 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (12)
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
=======
 Lock
=======

-------
Classes
-------

.. autoclass:: fasteners.lock.ReaderWriterLock
   :members:

----------
Decorators
----------

.. autofunction:: fasteners.lock.read_locked

.. autofunction:: fasteners.lock.write_locked

.. autofunction:: fasteners.lock.locked

----------------
Helper functions
----------------

.. autofunction:: fasteners.lock.try_lock