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 « InputSource » Python 3.11.3

Méthode xml.sax.InputSource.getByteStream

Signature de la méthode getByteStream

def getByteStream(self) 

Description

help(InputSource.getByteStream)

Get the byte stream for this input source.

        The getEncoding method will return the character encoding for
        this byte stream, or None if unknown.