Example #1
0
 def __init__(self, space):
     BaseCoState.__init__(self)
     self.w_tempval = space.w_None
     self.space = space
Example #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")
Example #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")
Example #4
0
 def __init__(self, space):
     BaseCoState.__init__(self)
     self.w_tempval = space.w_None
     self.space = space