Exemplo n.º 1
0
 def descr_init(self, space, w_errno, w_strerror, written=0):
     W_IOError.descr_init(self, space, [w_errno, w_strerror])
     self.written = written
Exemplo n.º 2
0
 def descr_init(self, space, w_errno, w_strerror, written=0):
     W_IOError.descr_init(self, space, [w_errno, w_strerror])
     self.written = written
Exemplo n.º 3
0
 def __init__(self, space):
     W_IOError.__init__(self, space)
     self.written = 0
Exemplo n.º 4
0
 def __init__(self, space):
     W_IOError.__init__(self, space)
     self.written = 0