list
634
12 |
method_descriptor 507 |
13 |
getset_descriptor 451 |
14 |
type 439 |
我們也可以查看兩個時間點之間那些對象已經被添加或刪除:
01 |
(pdb) import objgraph |
02 |
(pdb) objgraph.show_growth() |
03 |
. |
04 |
. |
05 |
. |
06 |
(pdb) objgraph.show_growth() # this only shows objects that has been added or deleted since last show_growth() call |