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

Fonction parse_config_h - module sysconfig

Signature de la fonction parse_config_h

def parse_config_h(fp, vars=None) 

Description

help(sysconfig.parse_config_h)

Parse a config.h-style file.

    A dictionary containing name/value pairs is returned.  If an
    optional dictionary is passed in as the second argument, it is
    used instead of a new dictionary.