Closed Paebbels closed 2 years ago
In video 080 - Python slots, slots, and object layout a function getsize was used.
It uses an answer from StackOverflow question How do I determine the size of an object in Python?, but as far as I can see, no credit is given. (Note: Questions at SO are licensed as CC BY-SA 4.0.)
Thanks for noticing this. The current license of this repo (MIT) is incompatible with the CC BY-SA 4.0, so I have removed the offending code and replaced it with a permissively-licensed alternative.
In video 080 - Python slots, slots, and object layout a function getsize was used.
It uses an answer from StackOverflow question How do I determine the size of an object in Python?, but as far as I can see, no credit is given. (Note: Questions at SO are licensed as CC BY-SA 4.0.)