<em>Mac</em>Book项目 2009年学校开始实施<em>Mac</em>Book项目,所有师生配备一本<em>Mac</em>Book,并同步更新了校园无线网络。学校每周进行电脑技术更新,每月发送技术支持资料,极大改变了教学及学习方式。因此2011
2021-06-01 09:32:01
import configparser # py3
config = configparser.ConfigParser() config["DEFAULT"] = { 'ServerAliveInterval': '45', 'Compression': 'yes', 'CompressionLevel': '9' } config['bitbucket.org'] = {} config['bitbucket.org']['User'] = 'hg' config['topsecret.server.com'] = {} topsecret = config['topsecret.server.com'] topsecret['Host Port'] = '50022' # mutates the parser topsecret['ForwardX11'] = 'no' # same here config['DEFAULT']['ForwardX11'] = 'yes' # 寫入檔案 with open('example.ini', 'w') as configfile: config.write(configfile)
config = configparser.ConfigParser() config.read("example.ini") print(config.defaults()) # OrderedDict([('compression', 'yes')]) print(config.sections()) # ['bitbucket.org', 'topsecret.server.com'] print(config['bitbucket.org']['User']) # hg print(config.options("topsecret.server.com")) # ['port', 'compression'] print(config.items("topsecret.server.com")) # [('compression', 'yes'), ('port', '50022')] print(config.get("topsecret.server.com", "port")) # 50022
print(config.has_section("Name")) # 刪除 config.remove_section("Name") # 新增 config.add_section("Name") config["Name"]["name"] = "Tom" config["Name"]["asname"] = "Jimi" # 設定 config.remove_option("Name", "asname") config.set("Name", "name", "Jack") # 儲存 config.write(open("example.ini", "w"))
[DEFAULT] serveraliveinterval = 45 compression = yes compressionlevel = 9 forwardx11 = yes [bitbucket.org] user = hg [topsecret.server.com] host port = 50022 forwardx11 = no
help(configparser)
""" CLASSES class ConfigParser(RawConfigParser) | ConfigParser implementing interpolation. | | add_section(self, section) | Create a new section in the configuration. Extends | RawConfigParser.add_section by validating if the section name is | a string. | | set(self, section, option, value=None) | Set an option. Extends RawConfigParser.set by validating type and | interpolation syntax on the value. | | defaults(self) | | get(self, section, option, *, raw=False, vars=None, fallback=<object object at 0x0000000002F42120>) | Get an option value for a given section. | | getboolean(self, section, option, *, raw=False, vars=None, fallback=<object object at 0x0000000002F42120>) | | getfloat(self, section, option, *, raw=False, vars=None, fallback=<object object at 0x0000000002F42120>) | | getint(self, section, option, *, raw=False, vars=None, fallback=<object object at 0x0000000002F42120>) | | has_option(self, section, option) | Check for the existence of a given option in a given section. | If the specified `section' is None or an empty string, DEFAULT is | assumed. If the specified `section' does not exist, returns False. | | has_section(self, section) | Indicate whether the named section is present in the configuration. | items(self, section=<object object at 0x0000000002F42120>, raw=False, vars=None) | Return a list of (name, value) tuples for each option in a section. | | options(self, section) | Return a list of option names for the given section name. | popitem(self) | Remove a section from the parser and return it as | read(self, filenames, encoding=None) | Read and parse a filename or a list of filenames. | Return list of successfully read files. | | read_dict(self, dictionary, source='<dict>') | Read configuration from a dictionary. | | read_file(self, f, source=None) | Like read() but the argument must be a file-like object. | | read_string(self, string, source='<string>') | Read configuration from a given string. | | readfp(self, fp, filename=None) | Deprecated, use read_file instead. | | remove_option(self, section, option) | Remove an option. | | remove_section(self, section) | Remove a file section. | | sections(self) | Return a list of section names, excluding [DEFAULT] | | write(self, fp, space_around_delimiters=True) | Write an .ini-format representation of the configuration state. | | clear(self) | D.clear() -> None. Remove all items from D. | | pop(self, key, default=<object object at 0x0000000002F42040>) | D.pop(k[,d]) -> v, remove specified key and return the corresponding value. | If key is not found, d is returned if given, otherwise KeyError is raised. | | setdefault(self, key, default=None) | D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D | | update(*args, **kwds) | D.update([E, ]**F) -> None. Update D from mapping/iterable E and F. | If E present and has a .keys() method, does: for k in E: D[k] = E[k] | If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v | In either case, this is followed by: for k, v in F.items(): D[k] = v | | keys(self) | D.keys() -> a set-like object providing a view on D's keys | | values(self) | D.values() -> an object providing a view on D's values | """
到此這篇關於Python中ini組態檔讀寫的實現的文章就介紹到這了,更多相關Python ini檔案讀寫內容請搜尋it145.com以前的文章或繼續瀏覽下面的相關文章希望大家以後多多支援it145.com!
相關文章
<em>Mac</em>Book项目 2009年学校开始实施<em>Mac</em>Book项目,所有师生配备一本<em>Mac</em>Book,并同步更新了校园无线网络。学校每周进行电脑技术更新,每月发送技术支持资料,极大改变了教学及学习方式。因此2011
2021-06-01 09:32:01
综合看Anker超能充系列的性价比很高,并且与不仅和iPhone12/苹果<em>Mac</em>Book很配,而且适合多设备充电需求的日常使用或差旅场景,不管是安卓还是Switch同样也能用得上它,希望这次分享能给准备购入充电器的小伙伴们有所
2021-06-01 09:31:42
除了L4WUDU与吴亦凡已经多次共事,成为了明面上的厂牌成员,吴亦凡还曾带领20XXCLUB全队参加2020年的一场音乐节,这也是20XXCLUB首次全员合照,王嗣尧Turbo、陈彦希Regi、<em>Mac</em> Ova Seas、林渝植等人全部出场。然而让
2021-06-01 09:31:34
目前应用IPFS的机构:1 谷歌<em>浏览器</em>支持IPFS分布式协议 2 万维网 (历史档案博物馆)数据库 3 火狐<em>浏览器</em>支持 IPFS分布式协议 4 EOS 等数字货币数据存储 5 美国国会图书馆,历史资料永久保存在 IPFS 6 加
2021-06-01 09:31:24
开拓者的车机是兼容苹果和<em>安卓</em>,虽然我不怎么用,但确实兼顾了我家人的很多需求:副驾的门板还配有解锁开关,有的时候老婆开车,下车的时候偶尔会忘记解锁,我在副驾驶可以自己开门:第二排设计很好,不仅配置了一个很大的
2021-06-01 09:30:48
不仅是<em>安卓</em>手机,苹果手机的降价力度也是前所未有了,iPhone12也“跳水价”了,发布价是6799元,如今已经跌至5308元,降价幅度超过1400元,最新定价确认了。iPhone12是苹果首款5G手机,同时也是全球首款5nm芯片的智能机,它
2021-06-01 09:30:45