コード例 #1
0
ファイル: pyjzbot.py プロジェクト: giflw/afn-tools
 def __init__(self, function):
     self.target = function
     self.helptext = function.__doc__
     FactParser.installFunction(function.__name__, self)