sphinx_gallery.py_source_parser#

用于解析 Python 源文件的解析器。

函数#

sphinx_gallery.py_source_parser.extract_file_config(content)#

从文档字符串中提取特定于文件的配置。

#

class sphinx_gallery.py_source_parser.Block(type, content, lineno)#
content#

字段编号 1 的别名

lineno#

字段编号 2 的别名

type#

字段编号 0 的别名