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

Fonction browse - module pydoc

Signature de la fonction browse

def browse(port=0, *, open_browser=True, hostname='localhost') 

Description

help(pydoc.browse)

Start the enhanced pydoc web server and open a web browser.

    Use port '0' to start the server on an arbitrary port.
    Set open_browser to False to suppress opening a browser.