Home
last modified time | relevance | path

Searched refs:ConfigParser (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/u-boot/tools/patman/
H A Dsettings.py8 import configparser as ConfigParser namespace
10 import ConfigParser
30 class _ProjectConfigParser(ConfigParser.SafeConfigParser):
91 ConfigParser.SafeConfigParser.__init__(self)
122 val = ConfigParser.SafeConfigParser.get(
126 except (ConfigParser.NoSectionError, ConfigParser.NoOptionError):
127 val = ConfigParser.SafeConfigParser.get(
146 project_items = ConfigParser.SafeConfigParser.items(
150 except ConfigParser.NoSectionError:
155 top_items = ConfigParser.SafeConfigParser.items(
[all …]
/openbmc/u-boot/tools/buildman/
H A Dbsettings.py4 import ConfigParser
18 settings = ConfigParser.SafeConfigParser()
44 except ConfigParser.NoSectionError as e:
H A DREADME233 Buildman uses multiprocessing, Queue, shutil, StringIO, ConfigParser and
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-strenum/
H A D0001-patch-versioneer-for-python-3.12-compatibility.patch6 AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'?
9 …e Python 3.2 and removed in Python 3.12 (due October 2023). Use read_file and ConfigParser instead.
28 + parser = configparser.ConfigParser()
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py20 import ConfigParser
309 config_parser = ConfigParser.ConfigParser()
311 config_parser = configparser.ConfigParser(strict=False)
/openbmc/linux/tools/perf/tests/
H A Dattr.py19 import ConfigParser as configparser
155 parser = configparser.ConfigParser()
250 parser_event = configparser.ConfigParser()
264 parser_base = configparser.ConfigParser()
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_version.bbclass10 parser = configparser.ConfigParser(strict=False)
H A Dphosphor-debug-collector.bbclass19 configure = configparser.ConfigParser()
H A Dobmc-phosphor-systemd.bbclass102 parser = configparser.ConfigParser(strict=False)
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Dterminal.py31 config = configparser.ConfigParser()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/files/
H A D0001-versioneer.py-do-not-use-SafeConfigParser.patch23 + parser = configparser.ConfigParser()
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser54 from configparser import ConfigParser
57 parser = ConfigParser(delimiters=('='))
H A Ddevtool42 self.config_obj = configparser.ConfigParser()
H A Dcombo-layer80 self.parser = configparser.ConfigParser()
109 self.localparser = configparser.ConfigParser()
H A Drunqemu933 cf = configparser.ConfigParser()
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/
H A Dlibdnf_0.73.4.bb14 file://0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/
H A D0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch4 Subject: [PATCH] Fix a segfault in iterator of a ConfigParser section
/openbmc/u-boot/test/py/
H A Dconftest.py28 import ConfigParser as configparser
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool42 self.config_obj = configparser.ConfigParser()
H A Drunqemu933 cf = configparser.ConfigParser()
/openbmc/qemu/roms/
H A Dedk2-build.py383 cfg = configparser.ConfigParser()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemuboot.bbclass150 cf = configparser.ConfigParser()
H A Dpopulate_sdk_ext.bbclass227 config = configparser.ConfigParser()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.17.rst82 - populate_sdk_ext: use ConfigParser instead of SafeConfigParser
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch1066 - import ConfigParser as configparser
1108 + parser = configparser.ConfigParser()

12