File: process_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 (19 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
==============
 Process lock
==============

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

.. autoclass:: fasteners.process_lock.InterProcessLock
   :members:

.. autoclass:: fasteners.process_lock._InterProcessLock
   :members:

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

.. autofunction:: fasteners.process_lock.interprocess_locked