本文由 大侠(AhcaoZhu)原创,转载请声明。
链接: https://blog.csdn.net/Ahcao2008
一图看懂 configparser 模块:配置文件解析器,资料整理+笔记(大全)
- 🧊摘要
- 🧊模块图
- 🧊类关系图
- 🧊模块全展开
- ☘️【configparser】
- ☘️【functools】
- ☘️【io】
- ☘️【itertools】
- ☘️【os】
- ☘️【re】
- ☘️【sys】
- ☘️【warnings】
🧊摘要
- 全文介绍python的 configparser 模块(配置文件解析器)、函数、类及类的方法和属性。
- 它通过代码抓取并经AI智能翻译和人工校对。
- 是一部不可多得的权威字典类工具书。它是系列集的一部分。后续陆续发布、敬请关注。【原创:AhcaoZhu大侠】
🧊模块图
configparser
◆functools
◆io
◆itertools
◆os
◆re
◆sys
◆warnings
🧊类关系图
◆object
◆BaseException
◆Exception
configparser.Error
configparser.DuplicateOptionError
configparser.DuplicateSectionError
configparser.InterpolationError
configparser.InterpolationDepthError
configparser.InterpolationMissingOptionError
configparser.InterpolationSyntaxError
configparser.NoOptionError
configparser.NoSectionError
configparser.ParsingError
configparser.MissingSectionHeaderError
◆collections.abc.Container
◆collections.abc.Iterable
◆collections.abc.Sized
◆collections.abc.Collection
◆collections.abc.Mapping
◆collections.abc.MutableMapping
configparser.ConverterMapping
configparser.RawConfigParser
configparser.ConfigParser
configparser.SafeConfigParser
configparser.SectionProxy
configparser.Interpolation
configparser.BasicInterpolation
configparser.ExtendedInterpolation
configparser.LegacyInterpolation
🧊模块全展开
☘️【configparser】
configparser, fullname=configparser, file=configparser.py
☘️【functools】
functools, fullname=functools, file=functools.py
☘️【io】
io, fullname=io, file=io.py
☘️【itertools】
itertools, fullname=itertools, file=
☘️【os】
os, fullname=os, file=os.py
☘️【re】
re, fullname=re, file=re.py
☘️【sys】
sys, fullname=sys, file=
☘️【warnings】
warnings, fullname=warnings, file=warnings.py