예제 #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
파일: misc.py 프로젝트: vadmium/python-lib
 def __init__(self, *pos, **kw):
     WrapperFunction.__init__(self, *pos, **kw)
     self.interested = set(self.fixups.keys())