Home
last modified time | relevance | path

Searched refs:RawConfigParser (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/dports/games/endgame-singularity/singularity-1.00/singularity/code/
H A Dpycompat.py29 from configparser import ConfigParser, RawConfigParser
33 from ConfigParser import ConfigParser, SafeConfigParser, RawConfigParser
37 RawConfigParser.read_file = RawConfigParser.readfp
/dports/mail/py-fuglu/fuglu-0.8.0/src/fuglu/extensions/
H A Dsql.py19 from configparser import RawConfigParser
21 from ConfigParser import RawConfigParser
104 class DBConfig(RawConfigParser):
110 RawConfigParser.__init__(self)
166 return RawConfigParser.get(self, section, option)
168 return RawConfigParser.get(self, section, option, **kwargs)
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dconfigparser.rst230 RawConfigParser Objects
236 .. method:: RawConfigParser.defaults()
241 .. method:: RawConfigParser.sections()
247 .. method:: RawConfigParser.add_section(section)
260 .. method:: RawConfigParser.options(section)
273 .. method:: RawConfigParser.read(filenames)
332 .. method:: RawConfigParser.items(section)
348 .. method:: RawConfigParser.write(fileobject)
371 .. method:: RawConfigParser.optionxform(option)
444 config = ConfigParser.RawConfigParser()
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dconfigparser.rst230 RawConfigParser Objects
236 .. method:: RawConfigParser.defaults()
241 .. method:: RawConfigParser.sections()
247 .. method:: RawConfigParser.add_section(section)
260 .. method:: RawConfigParser.options(section)
273 .. method:: RawConfigParser.read(filenames)
332 .. method:: RawConfigParser.items(section)
348 .. method:: RawConfigParser.write(fileobject)
371 .. method:: RawConfigParser.optionxform(option)
444 config = ConfigParser.RawConfigParser()
[all …]
/dports/devel/py-coverage/coverage-4.5.4/coverage/
H A Dconfig.py17 class HandyConfigParser(configparser.RawConfigParser):
28 configparser.RawConfigParser.__init__(self)
38 return configparser.RawConfigParser.read(self, filenames, **kwargs)
43 has = configparser.RawConfigParser.has_option(self, real_section, option)
51 has = configparser.RawConfigParser.has_section(self, real_section)
59 if configparser.RawConfigParser.has_section(self, real_section):
60 return configparser.RawConfigParser.options(self, real_section)
82 if configparser.RawConfigParser.has_option(self, real_section, option):
87 v = configparser.RawConfigParser.get(self, real_section, option, *args, **kwargs)
/dports/databases/py-pymysql/PyMySQL-1.0.2/pymysql/
H A Doptionfile.py4 class Parser(configparser.RawConfigParser):
7 configparser.RawConfigParser.__init__(self, **kwargs)
17 value = configparser.RawConfigParser.get(self, section, option)
/dports/devel/py-kaptan/kaptan-0.5.12/kaptan/handlers/
H A Dini_handler.py16 configparser.RawConfigParser.read_file = configparser.RawConfigParser.readfp # NOQA
24 class KaptanIniParser(configparser.RawConfigParser):
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/coveragepy/coverage/
H A Dconfig.py17 class HandyConfigParser(configparser.RawConfigParser):
21 configparser.RawConfigParser.__init__(self)
29 return configparser.RawConfigParser.read(self, filename, **kwargs)
33 return configparser.RawConfigParser.has_option(self, section, option)
37 return configparser.RawConfigParser.has_section(self, section)
41 return configparser.RawConfigParser.options(self, section)
61 v = configparser.RawConfigParser.get(self, section, *args, **kwargs)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/coverage/coverage/
H A Dconfig.py17 class HandyConfigParser(configparser.RawConfigParser):
21 configparser.RawConfigParser.__init__(self)
29 return configparser.RawConfigParser.read(self, filename, **kwargs)
33 return configparser.RawConfigParser.has_option(self, section, option)
37 return configparser.RawConfigParser.has_section(self, section)
41 return configparser.RawConfigParser.options(self, section)
61 v = configparser.RawConfigParser.get(self, section, *args, **kwargs)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dconfig.py22 class HandyConfigParser(configparser.RawConfigParser):
33 configparser.RawConfigParser.__init__(self)
43 return configparser.RawConfigParser.read(self, filenames, **kwargs)
48 has = configparser.RawConfigParser.has_option(self, real_section, option)
56 has = configparser.RawConfigParser.has_section(self, real_section)
64 if configparser.RawConfigParser.has_section(self, real_section):
65 return configparser.RawConfigParser.options(self, real_section)
87 if configparser.RawConfigParser.has_option(self, real_section, option):
92 v = configparser.RawConfigParser.get(self, real_section, option, *args, **kwargs)
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dconfig.py22 class HandyConfigParser(configparser.RawConfigParser):
33 configparser.RawConfigParser.__init__(self)
43 return configparser.RawConfigParser.read(self, filenames, **kwargs)
48 has = configparser.RawConfigParser.has_option(self, real_section, option)
56 has = configparser.RawConfigParser.has_section(self, real_section)
64 if configparser.RawConfigParser.has_section(self, real_section):
65 return configparser.RawConfigParser.options(self, real_section)
87 if configparser.RawConfigParser.has_option(self, real_section, option):
92 v = configparser.RawConfigParser.get(self, real_section, option, *args, **kwargs)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dconfig.py22 class HandyConfigParser(configparser.RawConfigParser):
33 configparser.RawConfigParser.__init__(self)
43 return configparser.RawConfigParser.read(self, filenames, **kwargs)
48 has = configparser.RawConfigParser.has_option(self, real_section, option)
56 has = configparser.RawConfigParser.has_section(self, real_section)
64 if configparser.RawConfigParser.has_section(self, real_section):
65 return configparser.RawConfigParser.options(self, real_section)
87 if configparser.RawConfigParser.has_option(self, real_section, option):
92 v = configparser.RawConfigParser.get(self, real_section, option, *args, **kwargs)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dconfig.py22 class HandyConfigParser(configparser.RawConfigParser):
33 configparser.RawConfigParser.__init__(self)
43 return configparser.RawConfigParser.read(self, filenames, **kwargs)
48 has = configparser.RawConfigParser.has_option(self, real_section, option)
56 has = configparser.RawConfigParser.has_section(self, real_section)
64 if configparser.RawConfigParser.has_section(self, real_section):
65 return configparser.RawConfigParser.options(self, real_section)
87 if configparser.RawConfigParser.has_option(self, real_section, option):
92 v = configparser.RawConfigParser.get(self, real_section, option, *args, **kwargs)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/logging/
H A Dconfig.pyi6 from configparser import RawConfigParser
8 from ConfigParser import RawConfigParser
18 def fileConfig(fname: Union[_Path, IO[str], RawConfigParser],
/dports/lang/spidermonkey60/firefox-60.9.0/tools/tryselect/
H A Dpreset.py18 config = ConfigParser.RawConfigParser()
44 config = ConfigParser.RawConfigParser()
58 config = ConfigParser.RawConfigParser()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/logging/
H A Dconfig.pyi4 from configparser import RawConfigParser
26 fname: Union[_Path, IO[str], RawConfigParser],
34 fname: Union[_Path, IO[str], RawConfigParser],
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/logging/
H A Dconfig.pyi7 from configparser import RawConfigParser
9 from ConfigParser import RawConfigParser
23 def fileConfig(fname: Union[_Path, IO[str], RawConfigParser],
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/logging/
H A Dconfig.pyi4 from configparser import RawConfigParser
26 fname: Union[_Path, IO[str], RawConfigParser],
34 fname: Union[_Path, IO[str], RawConfigParser],
/dports/net/cloud-init/cloud-init-21.4/cloudinit/
H A Dhelpers.py15 from configparser import NoSectionError, NoOptionError, RawConfigParser
426 class DefaultingConfigParser(RawConfigParser):
435 value = RawConfigParser.get(self, section, option)
445 RawConfigParser.set(self, section, option, value)
449 RawConfigParser.remove_option(self, section, option)
454 return RawConfigParser.getboolean(self, section, option)
459 return RawConfigParser.getfloat(self, section, option)
464 return RawConfigParser.getint(self, section, option)
/dports/audio/exaile/exaile-4.1.1/xl/
H A Dsettings.py32 from configparser import RawConfigParser, NoSectionError, NoOptionError
47 class SettingsManager(RawConfigParser):
73 RawConfigParser.__init__(self)
199 return RawConfigParser.has_option(self, section, key)
212 RawConfigParser.remove_option(self, section, key)
/dports/devel/py-wlc/wlc-1.12/wlc/
H A Dconfig.py22 from configparser import NoOptionError, RawConfigParser
31 class WeblateConfig(RawConfigParser):
36 RawConfigParser.__init__(self, delimiters=("=",))
/dports/mail/py-afew/afew-3.0.1/afew/
H A Dconfigparser.py23 class RawConfigParser(configparser.RawConfigParser, GetListMixIn): pass class
H A DNotmuchSettings.py6 from afew.configparser import RawConfigParser
8 notmuch_settings = RawConfigParser()
/dports/databases/py-asyncmy/asyncmy-0.2.3/asyncmy/
H A Doptionfile.py1 from configparser import RawConfigParser
4 class Parser(RawConfigParser):
/dports/mail/py-mailnag/mailnag-2.2.0/Mailnag/common/
H A Dconfig.py21 from configparser import RawConfigParser
43 cfg = RawConfigParser()

12345678910>>...28