OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __new__ (cls, packoffset, type, size, stream, *args) |
def | read (self, size=-1) |
def | stream (self) |
![]() | |
def | __new__ (cls, packoffset, type, size) |
def | __init__ (self, *args) |
def | pack_offset (self) |
def | type (self) |
def | type_id (self) |
def | size (self) |
Next to pack object information, a stream outputting an undeltified base object is provided
def __new__ | ( | cls, | |
packoffset, | |||
type, | |||
size, | |||
stream, | |||
* | args | ||
) |
Helps with the initialization of subclasses
def read | ( | self, | |
size = -1 |
|||
) |
def stream | ( | self | ) |