Example #1
0
 def __init__(self, name, w_unbound_method):
     W_FunctionObject.__init__(self, name)
     self.name = name
     self.w_unbound_method = w_unbound_method
Example #2
0
 def __init__(self, name):
     W_FunctionObject.__init__(self, name)
     self.name = name
Example #3
0
 def __init__(self, name, block):
     W_FunctionObject.__init__(self, name)
     self.name = name
     self.block = block
Example #4
0
 def __init__(self, varname):
     W_FunctionObject.__init__(self, varname)
     self.varname = varname
Example #5
0
 def __init__(self, name, w_unbound_method):
     W_FunctionObject.__init__(self, name)
     self.name = name
     self.w_unbound_method = w_unbound_method
Example #6
0
 def __init__(self, name, block):
     W_FunctionObject.__init__(self, name)
     self.name = name
     self.block = block
Example #7
0
 def __init__(self, name):
     W_FunctionObject.__init__(self, name)
     self.name = name
Example #8
0
 def __init__(self, varname):
     W_FunctionObject.__init__(self, varname)
     self.varname = varname