コード例 #1
0
ファイル: tools_tests.py プロジェクト: hashar/pywikibot
 def getargspec(self, method):
     """Call tested getargspec function."""
     return tools.getargspec(method)
コード例 #2
0
 def getargspec(self, method):
     """Call tested getargspec function."""
     return tools.getargspec(method)