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.0.1.tar.gz
(3.1 kB
view details)
File details
Details for the file fsc.locker-1.0.1.tar.gz
.
File metadata
- Download URL: fsc.locker-1.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9e8784678c7a799ae903ea49c11fcea8572d47ef6167efc4111666da752a987 |
|
MD5 | 6ea74ec4bc80b28c9ac0673c4f64670a |
|
BLAKE2b-256 | 6985ea39004e46f65b7dd5fbfe5fcbc47fcfd2c3e58b5df857ebd5191e9b57e7 |