Home
last modified time | relevance | path

Searched refs:RawConfigParser (Results 51 – 75 of 682) sorted by relevance

12345678910>>...28

/dports/lang/python37/Python-3.7.12/Lib/distutils/
H A Dconfig.py7 from configparser import RawConfigParser
55 config = RawConfigParser()
/dports/lang/python38/Python-3.8.12/Lib/distutils/
H A Dconfig.py7 from configparser import RawConfigParser
55 config = RawConfigParser()
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/
H A Dconfig.py7 from configparser import RawConfigParser
55 config = RawConfigParser()
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Dconfig.py7 from configparser import RawConfigParser
55 config = RawConfigParser()
/dports/lang/python39/Python-3.9.9/Lib/distutils/
H A Dconfig.py7 from configparser import RawConfigParser
55 config = RawConfigParser()
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/_distutils/
H A Dconfig.py7 from configparser import RawConfigParser
55 config = RawConfigParser()
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/
H A Dconfig.py7 from configparser import RawConfigParser
55 config = RawConfigParser()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/
H A Dconfig.py7 from configparser import RawConfigParser
55 config = RawConfigParser()
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/
H A Dfrontend.py40 from configparser import RawConfigParser
43 from ConfigParser import RawConfigParser
751 class ConfigParser(RawConfigParser):
773 RawConfigParser.__init__(self, *args, **kwargs)
792 RawConfigParser.readfp(self, fp, filename)
794 RawConfigParser.read_file(self, fp, filename)
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/
H A Dfrontend.py40 from configparser import RawConfigParser
43 from ConfigParser import RawConfigParser
751 class ConfigParser(RawConfigParser):
773 RawConfigParser.__init__(self, *args, **kwargs)
792 RawConfigParser.readfp(self, fp, filename)
794 RawConfigParser.read_file(self, fp, filename)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dconfigparser.pyi52 class RawConfigParser(_parser):
159 class ConfigParser(RawConfigParser): ...
163 def __init__(self, parser: RawConfigParser, name: str) -> None: ...
171 def parser(self) -> RawConfigParser: ...
176 # RawConfigParser; the stubs should be kept updated together
198 def __init__(self, parser: RawConfigParser) -> None: ...
/dports/textproc/py-docutils/docutils-0.17.1/docutils/
H A Dfrontend.py40 from configparser import RawConfigParser
43 from ConfigParser import RawConfigParser
751 class ConfigParser(RawConfigParser):
773 RawConfigParser.__init__(self, *args, **kwargs)
792 RawConfigParser.readfp(self, fp, filename)
794 RawConfigParser.read_file(self, fp, filename)
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dconfigparser.pyi52 class RawConfigParser(_parser):
159 class ConfigParser(RawConfigParser): ...
163 def __init__(self, parser: RawConfigParser, name: str) -> None: ...
171 def parser(self) -> RawConfigParser: ...
176 # RawConfigParser; the stubs should be kept updated together
198 def __init__(self, parser: RawConfigParser) -> None: ...
/dports/devel/py-iniparse/iniparse-0.5/tests/
H A Dtest_misc.py143 self.assertRaises(ValueError, compat.RawConfigParser, None, 'foo')
281 self.do_configparser_test(configparser.RawConfigParser)
321 self.do_compat_test(compat.RawConfigParser)
391 for cfg_class in (compat.ConfigParser, compat.RawConfigParser, compat.SafeConfigParser):
/dports/net/samba412/samba-4.12.15/third_party/pep8/testsuite/
H A Dtest_shell.py18 self._saved_cpread = pep8.RawConfigParser._read
28 pep8.RawConfigParser._read = fake_config_parser_read
36 pep8.RawConfigParser._read = self._saved_cpread
/dports/devel/pep8/pep8-1.7.1/testsuite/
H A Dtest_shell.py18 self._saved_cpread = pep8.RawConfigParser._read
28 pep8.RawConfigParser._read = fake_config_parser_read
36 pep8.RawConfigParser._read = self._saved_cpread
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/
H A Dipdl.py10 from ConfigParser import RawConfigParser
124 parser = RawConfigParser()
131 msgMetadataConfig = RawConfigParser()
/dports/devel/py-flake8/flake8-4.0.1/src/flake8/options/
H A Dconfig.py60 ) -> Tuple[configparser.RawConfigParser, List[str]]:
61 config = configparser.RawConfigParser()
81 def cli_config(self, files: str) -> configparser.RawConfigParser:
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/borgmatic/config/
H A Dlegacy.py2 from configparser import RawConfigParser
138 parser = RawConfigParser()
/dports/devel/py-click/click-8.0.3/examples/aliases/
H A Daliases.py18 parser = configparser.RawConfigParser()
26 parser = configparser.RawConfigParser()
/dports/devel/py-click7/click-7.1.2/examples/aliases/
H A Daliases.py22 parser = configparser.RawConfigParser()
30 parser = configparser.RawConfigParser()
/dports/mail/py-fuglu/fuglu-0.8.0/src/tools/
H A Dfuglu_conf51 theClone = configparser.RawConfigParser()
209 userconfig = configparser.RawConfigParser()
222 defaultconfig = configparser.RawConfigParser()
/dports/devel/py-pycodestyle/pycodestyle-2.8.0/testsuite/
H A Dtest_shell.py18 self._saved_cpread = pycodestyle.RawConfigParser._read
28 pycodestyle.RawConfigParser._read = fake_config_parser_read
36 pycodestyle.RawConfigParser._read = self._saved_cpread
/dports/deskutils/py-bugwarrior/bugwarrior-1.7.0/tests/
H A Dtest_db.py58 config = configparser.RawConfigParser()
145 config = configparser.RawConfigParser()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/gntp/
H A Dcli.py10 from gntp.shim import RawConfigParser
15 config = RawConfigParser({

12345678910>>...28