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