Searched refs:configparser (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dmeson-cmd-extract.py30 import configparser
45 def load_config(path: pathlib.Path) -> configparser.ConfigParser:
47 conf = configparser.ConfigParser()
53 def build_cmd(conf: configparser.ConfigParser) -> str: argument
/xsrc/external/mit/MesaLib/dist/bin/
H A Dmeson-cmd-extract.py30 import configparser
45 def load_config(path: pathlib.Path) -> configparser.ConfigParser:
47 conf = configparser.ConfigParser()
53 def build_cmd(conf: configparser.ConfigParser) -> str: argument

Completed in 1 milliseconds