Skip to content

Implement `__sizeof__`

Joseph Weston requested to merge jbweston/tinyarray:feature/sizeof into master

Implement the __sizeof__ member function to get the size in bytes of the full Python object. This fixes #3 (closed).

I have also added the Gitlab-CI config to the Git repository so that we can have automated testing for Tinyarray as for Kwant. I can pull this out into a separate merge request if needed.

Merge request reports