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 details)

Uploaded Source

File details

Details for the file PrivateAttributesDecorator-0.6.tar.gz.

File metadata

  • Download URL: PrivateAttributesDecorator-0.6.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.0

File hashes

Hashes for PrivateAttributesDecorator-0.6.tar.gz
Algorithm Hash digest
SHA256 eeb057765ec82c0946866f0c65125cbdc1c9f141461ea91c2897eeae04c7a8d4
MD5 e85959f611ace45b56771ff84853fb81
BLAKE2b-256 aeb6a745197e794ac6b0f96f956c6e3126a267862060534a7931a8bdbd75d2bf

See more details on using hashes here.

Supported by

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