Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

getsizeof python

import sys

sys.getsizeof(object[,default])

#Returns the memory size of an object that is passed to it in the unit of bytes
Source by www.delftstack.com #
 
PREVIOUS NEXT
Tagged: #getsizeof #python
ADD COMMENT
Topic
Name
9+6 =