OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, fd) |
def | write (self, data) |
def | read (self, count=0) |
def | fileno (self) |
def | tell (self) |
def | close (self) |
A simple wrapper providing the most basic functions on a file descriptor with the fileobject interface. Cannot use os.fdopen as the resulting stream takes ownership
def __init__ | ( | self, | |
fd | |||
) |
def close | ( | self | ) |
def fileno | ( | self | ) |
def read | ( | self, | |
count = 0 |
|||
) |
def tell | ( | self | ) |
def write | ( | self, | |
data | |||
) |