随笔 - 153  文章 - 1  评论 - 1722  阅读 - 215万
  2008年11月1日
摘要: def info(object, spacing=10, collapse=1): """Print methods and doc strings. Takes module, class, list, dictionary, or string.""" methodList = [method for method in dir(object) if callable(getattr(obje... 阅读全文
posted @ 2008-11-01 17:19 Q.Lee.lulu 阅读(1641) 评论(0) 推荐(0) 编辑
摘要: 【Dive Into Python 1到3章】 书:Dive Into Python 本书存放在 http://diveintopython.org/ (英文原版) 和 http://www.woodpecker.org.cn/diveintopython(中文版)。 工具:ActivePython、UliPad Python 既是动态类型语言 (因为它不使用显示数据类型声明),又是强类型语言... 阅读全文
posted @ 2008-11-01 10:19 Q.Lee.lulu 阅读(1205) 评论(1) 推荐(0) 编辑
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示