Added deepsize function for size evaluation of object and its referends

This commit is contained in:
Griatch 2014-05-15 21:27:30 +02:00
parent bc80132229
commit e7e50039d7
2 changed files with 28 additions and 1 deletions

View file

@ -378,4 +378,3 @@ def cache_size(mb=True):
get_recurse(SharedMemoryModel.__subclasses__())
sizedict["_total"] = tuple(sizedict["_total"])
return sizedict