Searched refs:dedent (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | multiconfig.py | 50 config = textwrap.dedent('''\ 56 testconfig = textwrap.dedent('''\ 68 testconfig = textwrap.dedent('''\
|
H A D | fetch.py | 80 f = self.write_recipe(textwrap.dedent(r), tempdir) 90 f = self.write_recipe(textwrap.dedent(r), tempdir) 99 f = self.write_recipe(textwrap.dedent(r), tempdir) 108 f = self.write_recipe(textwrap.dedent(r), tempdir)
|
H A D | reproducible.py | 224 config = textwrap.dedent('''\ 244 config += textwrap.dedent('''\
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_trans_funcs.py | 44 return textwrap.indent(textwrap.dedent(txt), " ") 83 f.write(textwrap.dedent(f"""\ 133 f.write(textwrap.dedent(f"""\
|
H A D | hex_common.py | 311 return textwrap.indent(textwrap.dedent(txt), " ")
|
/openbmc/qemu/docs/sphinx/ |
H A D | qapidoc.py | 50 def dedent(text: str) -> str: function 57 return textwrap.dedent(text) 60 return lines[0] + textwrap.dedent("".join(lines[1:])) 174 defn = dedent(section.text) 212 defn = dedent(section.text) 247 [nodes.literal('', section.member.name)], dedent(section.text)) 279 snode += self._nodes_for_example(dedent(section.text)) 281 self._parse_text_into_node(dedent(section.text), snode)
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pbr/ |
H A D | 0001-change-shebang-to-python3.patch | 21 'setup.py': textwrap.dedent("""\ 34 'setup.py': textwrap.dedent(six.u("""\
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/ |
H A D | 0003-rust.configure-do-not-try-to-find-a-suitable-upstrea.patch | 32 - dedent(
|
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/ |
H A D | bitbake.vim | 199 " If not, recommend one dedent 222 " If the current line begins with a header keyword, dedent
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 514 formatted = textwrap.dedent('\n'.join(log))
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_ipk.bbclass | 158 description = textwrap.dedent(description).strip()
|
H A D | package_deb.bbclass | 158 description = textwrap.dedent(description).strip()
|
H A D | package_rpm.bbclass | 289 dedent_text = textwrap.dedent(text).strip()
|