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 includethe 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.5.tar.gz (5.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: PrivateAttributesDecorator-0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 3a754b11b7f54382515af942faefbfc67de639a18525c5b2e51c34dcc93b4033
MD5 dfe6ac3723cb161082aa837432d9cc76
BLAKE2b-256 e08f825baf23df48dd3520c4f9da6c2cdb3fb356cd90b8eadc2b43bbe03773bc

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