Skip to main content

Module to increase encapsulation in Python, not allowing the access to private members outside their classes

Project description

Module to increase encapsulation in Python, not allowing the access to private members outside their classes. We offer a decorator that we can use to decorate a class for this purpose. We only have to include the parameters we want to make private and if we want to allow for deep copies of objects of this class: @private_attributes_decorator.private_attributes_dec(“arg1”,allow_deep_copy=True)That way we won´t be able to get or set any our already private attributes plus the attribute arg1. However, we will allow for deep copies of objects of that class

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

PrivateAttributesDecorator-0.6.tar.gz (5.1 kB view hashes)

Uploaded Source

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