當前位置: 首頁>>代碼示例>>Python>>正文


Python gc模塊代碼示例

gc共有20個方法/函數/屬性,點擊鏈接查看相應的源代碼示例。

1. gc.collect() ,1017個項目使用

2. gc.enable() ,184個項目使用

3. gc.disable() ,174個項目使用

4. gc.get_objects() ,122個項目使用

5. gc.garbage() ,101個項目使用

6. gc.isenabled() ,95個項目使用

7. gc.get_referrers() ,85個項目使用

8. gc.set_debug() ,71個項目使用

9. gc.get_referents() ,45個項目使用

10. gc.set_threshold() ,28個項目使用

11. gc.get_debug() ,27個項目使用

12. gc.get_threshold() ,24個項目使用

13. gc.mem_free() ,21個項目使用

14. gc.get_count() ,21個項目使用

15. gc.mem_alloc() ,13個項目使用

16. gc.DEBUG_SAVEALL ,12個項目使用

17. gc.DEBUG_LEAK ,12個項目使用

18. gc.is_tracked() ,12個項目使用

19. gc.get_stats() ,10個項目使用

20. gc.threshold() ,9個項目使用



注:本文中的示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。