Python Cheatsheet

get all reference: sys.getrefcount(object)

get all modules: sys.modules.keys()

Previous topic

利用 Gzip 将 Python 对象进行压缩存储

Next topic

Using Python Slice Objects to Index a ndarray

This Page