Exemple #1
0
 def __init__(self, func, abbrev=set()):
     WrapperFunction.__init__(self, func)
     self.abbrev = abbrev
Exemple #2
0
 def __init__(self, *pos, **kw):
     WrapperFunction.__init__(self, *pos, **kw)
     self.interested = set(self.fixups.keys())
 def __init__(self, func, abbrev=set()):
     WrapperFunction.__init__(self, func)
     self.abbrev = abbrev
Exemple #4
0
 def __init__(self, *pos, **kw):
     WrapperFunction.__init__(self, *pos, **kw)
     self.interested = set(self.fixups.keys())