PukiWiki


クラス定義 の変更点


**Python [#f9993958]
 class MyClass:
     """A simple example class"""
     i = 12345
     def f(self):
         return 'hello world'