reprlib模块提供了一个定制化版本的repr()函数,用于缩略显示大型或深层嵌套的容器对象,使用方法的示例如下所示:
>>> import reprlib >>> reprlib.repr(set('supercalifragilisticexpialidocious')) "{'a', 'c', 'd', 'e', 'f', 'g', ...}"
请用手机扫描二维码下载
使用手机扫码报名,立即锁定名额
扫一扫,立即报名