Exemple #1
0
 def __init__(self, space):
     BaseCoState.__init__(self)
     self.w_tempval = space.w_None
     self.space = space
Exemple #2
0
 def __init__(self, space):
     BaseCoState.__init__(self)
     self.args_w = None
     self.space = space
     self.w_GreenletExit = get(space, "GreenletExit")
     self.w_GreenletError = get(space, "GreenletError")
Exemple #3
0
 def __init__(self, space):
     BaseCoState.__init__(self)
     self.args_w = None
     self.space = space
     self.w_GreenletExit  = get(space, "GreenletExit")
     self.w_GreenletError = get(space, "GreenletError")
Exemple #4
0
 def __init__(self, space):
     BaseCoState.__init__(self)
     self.w_tempval = space.w_None
     self.space = space