Esempio n. 1
0
 def getargspec(self, method):
     """Call tested getargspec function."""
     return tools.getargspec(method)
 def getargspec(self, method):
     """Call tested getargspec function."""
     return tools.getargspec(method)