Locker metaclasses to limit attribute changes for Python classes.
Project description
This module contains metaclasses to limit the access to member variables of class instances. Creation and / or modification of member variables is limited to within the __init__ function. The primary purpose of this module is to avoid accidental changes to class attributes. It should not be used for security purposes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fsc.locker-1.1.0.tar.gz
(3.4 kB
view hashes)