OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, to, ts, so, data) |
def | __repr__ (self) |
def | rbound (self) |
def | has_data (self) |
Data Fields | |
to | |
ts | |
so | |
data | |
Represents a piece of a delta, it can either add new data, or copy existing one from a source buffer
def __init__ | ( | self, | |
to, | |||
ts, | |||
so, | |||
data | |||
) |
def __repr__ | ( | self | ) |
def has_data | ( | self | ) |
:return: True if the instance has data to add to the target stream
def rbound | ( | self | ) |
data |
so |
to |
ts |