File: singleton.rst

package info (click to toggle)
tryton-server 2.2.4-1%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,500 kB
  • sloc: python: 27,407; xml: 4,424; sql: 510; sh: 127; makefile: 79
file content (14 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. _ref-tools-singleton:
.. module:: trytond.tools.singleton


=========
Singleton
=========


.. class:: Singleton

A class to use as metaclass to create a `singleton`_ object.

.. _`singleton`: http://en.wikipedia.org/wiki/Singleton_pattern