Changes between Version 3 and Version 4 of shunfa/2009/1029
- Timestamp:
- Oct 30, 2009, 10:41:12 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shunfa/2009/1029
v3 v4 42 42 * class.!__module!__ : !__module!__屬性傳包含回此類別的文件字串 43 43 * class.!__bases!__: !__bases!__屬性是一個tuple物件,傳回此類別的基底類別名稱 44 example :44 example1: 45 45 {{{ 46 46 #!python … … 55 55 () 56 56 }}} 57 57 example2: 58 58 {{{ 59 59 #!python