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 :

Module « xml.dom.domreg » Python 3.11.3

Fonction registerDOMImplementation - module xml.dom.domreg

Signature de la fonction registerDOMImplementation

def registerDOMImplementation(name, factory) 

Description

help(xml.dom.domreg.registerDOMImplementation)

registerDOMImplementation(name, factory)

    Register the factory function with the name. The factory function
    should return an object which implements the DOMImplementation
    interface. The factory function can either return the same object,
    or a new one (e.g. if that implementation supports some
    customization).