摘要:
import osdef tree(top): for path, names, fnames in os.walk(top): for fname in fnames: yield os.path.join(path, fname) for name in... 阅读全文
posted @ 2014-05-09 13:41
齐柏林飞艇
阅读(343)
评论(0)
推荐(0)
摘要:
《深入 Python :Dive Into Python 中文版》5.7.高级专用类方法除了__getitem__和__setitem__之外Python还有更多的专用函数。某些可以让你模拟出你甚至可能不知道的功能。下面的例子将展示UserDict一些其他专用方法。例5.16.UserDict中更多... 阅读全文
posted @ 2014-05-09 10:06
齐柏林飞艇
阅读(310)
评论(0)
推荐(0)
浙公网安备 33010602011771号