Exemple #1
0
 def __init__(self, space):
     W_BufferedIOBase.__init__(self, space, add_to_autoflusher=False)
     self.init()
Exemple #2
0
 def __init__(self, space):
     W_BufferedIOBase.__init__(self, space, add_to_autoflusher=False)
     self.init()
Exemple #3
0
 def __init__(self, space):
     W_BufferedIOBase.__init__(self, space)
     self.init()
Exemple #4
0
 def __init__(self, space):
     W_BufferedIOBase.__init__(self, space)
     self.pos = 0
     self.string_size = 0
     self.buf = None
Exemple #5
0
 def __init__(self, space):
     W_BufferedIOBase.__init__(self, space)
     self.pos = 0
     self.string_size = 0
     self.buf = None