Ejemplo n.º 1
0
 def __init__(self, func, abbrev=set()):
     WrapperFunction.__init__(self, func)
     self.abbrev = abbrev
Ejemplo n.º 2
0
 def __init__(self, *pos, **kw):
     WrapperFunction.__init__(self, *pos, **kw)
     self.interested = set(self.fixups.keys())
Ejemplo n.º 3
0
 def __init__(self, func, abbrev=set()):
     WrapperFunction.__init__(self, func)
     self.abbrev = abbrev
Ejemplo n.º 4
0
 def __init__(self, *pos, **kw):
     WrapperFunction.__init__(self, *pos, **kw)
     self.interested = set(self.fixups.keys())