Skip to main content

Metaclass that defines a class as a singleton

Project description

Alone

Metaclass that defines a class as a singleton.

Kudo to theheadofabroom from SO for the implementation

Getting started

Python 2:

import alone.MetaSingleton

class YourClass(alone.MetaSingleton):
    pass

Python 3:

import alone.MetaSingleton

class YourClass(metaclass=alone.MetaSingleton):
    pass

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alone-0.1.3.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distributions

alone-0.1.3-py3.6.egg (2.5 kB view hashes)

Uploaded Source

alone-0.1.3-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page