OpenQuizz
Une application de gestion des contenus pédagogiques
DeltaChunk Class Reference
Inheritance diagram for DeltaChunk:
Collaboration diagram for DeltaChunk:

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
 

Detailed Description

Represents a piece of a delta, it can either add new data, or copy existing
one from a source buffer

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  to,
  ts,
  so,
  data 
)

Member Function Documentation

◆ __repr__()

def __repr__ (   self)

◆ has_data()

def has_data (   self)
:return: True if the instance has data to add to the target stream

◆ rbound()

def rbound (   self)

Field Documentation

◆ data

data

◆ so

so

◆ to

to

◆ ts

ts

The documentation for this class was generated from the following file: