OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __new__ (cls, packoffset, type, size) |
def | __init__ (self, *args) |
def | pack_offset (self) |
def | type (self) |
def | type_id (self) |
def | size (self) |
As OInfo, but provides a type_id property to retrieve the numerical type id, and does not include a sha. Additionally, the pack_offset is the absolute offset into the packfile at which all object information is located. The data_offset property points to the absolute location in the pack at which that actual data stream can be found.
def __init__ | ( | self, | |
* | args | ||
) |
def __new__ | ( | cls, | |
packoffset, | |||
type, | |||
size | |||
) |
def pack_offset | ( | self | ) |
def size | ( | self | ) |
def type | ( | self | ) |
def type_id | ( | self | ) |