Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « Blob » Python 3.11.3

Méthode sqlite3.Blob.read

Signature de la méthode read

def read(self, length=-1) 

Description

help(Blob.read)

Read data at the current offset position.

  length
    Read length in bytes.

If the end of the blob is reached, the data up to end of file will be returned.
When length is not specified, or is negative, Blob.read() will read until the
end of the blob.