basically, the value of the python objects does not change if you dont modify it, but the memory address changes. the reason is that the value, or shall we call it the Attributes, is constructed every time you call it, and wrapped, and send to python interpreter. it spends some time, but saves memory troubles.
No comments:
Post a Comment