Home
last modified time | relevance | path

Searched refs:configparser (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-strenum/
H A D0001-patch-versioneer-for-python-3.12-compatibility.patch7 AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfig…
11 https://docs.python.org/3/whatsnew/3.12.html#configparser
24 # configparser.NoOptionError (if it lacks "VCS="). See the docstring at
27 - parser = configparser.SafeConfigParser()
28 + parser = configparser.ConfigParser()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/files/
H A D0001-versioneer.py-do-not-use-SafeConfigParser.patch19 # configparser.NoOptionError (if it lacks "VCS="). See the docstring at
22 - parser = configparser.SafeConfigParser()
23 + parser = configparser.ConfigParser()
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_version.bbclass6 import configparser
10 parser = configparser.ConfigParser(strict=False)
H A Dphosphor-debug-collector.bbclass12 import configparser
19 configure = configparser.ConfigParser()
H A Dobmc-phosphor-systemd.bbclass101 import configparser
102 parser = configparser.ConfigParser(strict=False)
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Dterminal.py29 import configparser
31 config = configparser.ConfigParser()
/openbmc/linux/tools/perf/tests/
H A Dattr.py17 import configparser
19 import ConfigParser as configparser namespace
155 parser = configparser.ConfigParser()
250 parser_event = configparser.ConfigParser()
264 parser_base = configparser.ConfigParser()
/openbmc/openbmc/poky/scripts/
H A Ddevtool15 import configparser
44 self.config_obj = configparser.ConfigParser()
49 except (configparser.NoOptionError, configparser.NoSectionError):
H A Dpatchtest-send-results17 import configparser
H A Dcombo-layer19 import configparser
80 self.parser = configparser.ConfigParser()
109 self.localparser = configparser.ConfigParser()
H A Doe-pkgdata-browser54 from configparser import ConfigParser
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool15 import configparser
44 self.config_obj = configparser.ConfigParser()
49 except (configparser.NoOptionError, configparser.NoSectionError):
H A Drunqemu19 import configparser
933 cf = configparser.ConfigParser()
/openbmc/u-boot/test/py/
H A Dconftest.py26 import configparser
28 import ConfigParser as configparser namespace
173 parser = configparser.RawConfigParser()
/openbmc/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py50 import configparser
228 config = configparser.RawConfigParser()
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py22 import configparser
311 config_parser = configparser.ConfigParser(strict=False)
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/
H A Dobmc-phosphor-image.bbappend9 import configparser
13 parser = configparser.SafeConfigParser(strict=False)
/openbmc/qemu/roms/
H A Dedk2-build.py13 import configparser
383 cfg = configparser.ConfigParser()
/openbmc/u-boot/tools/patman/
H A Dsettings.py8 import configparser as ConfigParser
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemuboot.bbclass140 import configparser
149 cf = configparser.ConfigParser()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch1064 - import configparser
1066 - import ConfigParser as configparser
1067 +import configparser
1101 # configparser.NoSectionError (if it lacks a [versioneer] section), or
1102 # configparser.NoOptionError (if it lacks "VCS="). See the docstring at
1105 - parser = configparser.SafeConfigParser()
1108 + parser = configparser.ConfigParser()
2434 - except (EnvironmentError, configparser.NoSectionError,
2435 + except (OSError, configparser.NoSectionError,
2436 configparser.NoOptionError) as e:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust_1.75.0.bb75 import configparser
83 config = configparser.RawConfigParser()
/openbmc/openbmc/meta-arm/documentation/
H A Drunfvp.md131 [INI]: https://docs.python.org/3/library/configparser.html
/openbmc/linux/tools/power/pm-graph/
H A DREADME63 - python-configparser (for python2 sleepgraph)
68 sudo apt-get install python python-configparser python-requests linux-tools-common
71 sudo dnf install python python-configparser python-requests linux-tools-common
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-maturin-crates.inc53 crate://crates.io/configparser/3.0.3 \
361 SRC_URI[configparser-3.0.3.sha256sum] = "e0e56e414a2a52ab2a104f85cd40933c2fbc278b83637facf646ecf451…

12