Skip to main content

Check the usage of __slots__.

Project description

https://img.shields.io/pypi/v/slotscheck.svg https://img.shields.io/pypi/l/slotscheck.svg https://img.shields.io/pypi/pyversions/slotscheck.svg https://img.shields.io/readthedocs/slotscheck.svg https://img.shields.io/badge/code%20style-black-000000.svg

Adding __slots__ to a class in Python is a great way to reduce memory usage. But to work properly, all base classes need to implement it. It turns out it’s easy to forget one class in complex inheritance trees. What’s worse: there is nothing warning you that you messed up.

Until now!

Quickstart

Usage is quick from the command line:

slotscheck [MODULE]

For example:

$ slotscheck pandas
ERROR: 'pandas.core.internals.array_manager.SingleArrayManager' has slots but inherits from non-slot class
ERROR: 'pandas.core.internals.blocks.Block' has slots but inherits from non-slot class
ERROR: 'pandas.core.internals.blocks.NumericBlock' has slots but inherits from non-slot class
ERROR: 'pandas.core.internals.blocks.DatetimeLikeBlock' has slots but inherits from non-slot class
ERROR: 'pandas.core.internals.blocks.ObjectBlock' has slots but inherits from non-slot class
ERROR: 'pandas.core.internals.blocks.CategoricalBlock' has slots but inherits from non-slot class
ERROR: 'pandas.core.internals.array_manager.BaseArrayManager' has slots but inherits from non-slot class
ERROR: 'pandas.core.internals.managers.BaseBlockManager' has slots but inherits from non-slot class
ERROR: 'pandas.core.internals.managers.SingleBlockManager' has slots but inherits from non-slot class

Now get to fixing – and add slotscheck to your CI pipeline to prevent mistakes from creeping in again!

Use the --help option to find out more.

Notes

  • slotscheck will try to import all submodules of the given package. If there are scripts without if __name__ == "__main__": blocks, they may be executed.

  • Even in the case that slots are not inherited properly, there may still an advantage to using them (i.e. attribute access speed and some memory savings)

  • Only classes at module-level are checked (i.e. no nested classes)

  • In rare cases imports may fail, the module is then skipped. Use the verbose mode to show detailed information.

  • Limited to the CPython implementation for now.

  • Non pure-Python classes are currently assumed to have slots. This is not necessarily the case, but it is nontrivial to determine.

Installation

It’s available on PyPI.

pip install slotscheck

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

slotscheck-0.1.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

slotscheck-0.1.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file slotscheck-0.1.1.tar.gz.

File metadata

  • Download URL: slotscheck-0.1.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.9 Darwin/21.2.0

File hashes

Hashes for slotscheck-0.1.1.tar.gz
Algorithm Hash digest
SHA256 31b881d3fc95e945864fbbe393e43a43b2c148bc1732d28f89bbdcf68602cd2f
MD5 3335219755e17876d83b5b88e8dcd17a
BLAKE2b-256 20a6df8dc1e7400dd981ab14bd197b85a6f8797f38b6004289b9582ed8dd79e5

See more details on using hashes here.

File details

Details for the file slotscheck-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: slotscheck-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.9 Darwin/21.2.0

File hashes

Hashes for slotscheck-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5eb916075d05d8ae5ce0d6d2e916bf2d39b06b24830058cea45bbc94c8cbd260
MD5 e12ebfca33ce68451e5d060077d32e63
BLAKE2b-256 00781a94ea09b737a73efb7e76c05a975978c796d0c5ebcb7f2ea2fb12acc319

See more details on using hashes here.

Supported by

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