Changes between Version 3 and Version 4 of shunfa/2009/1029


Ignore:
Timestamp:
Oct 30, 2009, 10:41:12 AM (15 years ago)
Author:
shunfa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shunfa/2009/1029

    v3 v4  
    4242 * class.!__module!__ : !__module!__屬性傳包含回此類別的文件字串
    4343 * class.!__bases!__: !__bases!__屬性是一個tuple物件,傳回此類別的基底類別名稱
    44 example:
     44example1:
    4545{{{
    4646#!python
     
    5555()
    5656}}}
    57 
     57example2:
    5858{{{
    5959#!python