Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b9c7e9b

Browse filesBrowse files
committed
🎉 修改目录
1 parent b3e515a commit b9c7e9b
Copy full SHA for b9c7e9b

File tree

Expand file treeCollapse file tree

1 file changed

+19
-16
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+19
-16
lines changed

‎docs/_sidebar.md

Copy file name to clipboard
+19-16Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
* [目录](README.md)
2-
* [第1章 Python数据模型](contents/ch01.md)
3-
* [第2章 丰富的序列](contents/ch02.md)
4-
* [第3章 字典和集合](contents/ch03.md)
5-
* [第4章 Unicode文本和字节序列](contents/ch04.md)
6-
* [第5章 数据类构建器](contents/ch05.md)
7-
* [第6章 对象引用、可变性和垃圾回收](contents/ch06.md)
8-
* [第7章 函数是一等对象](contents/ch07.md)
9-
* [第8章 函数中的类型提示](contents/ch08.md)
10-
* [第9章 装饰器和闭包](contents/ch09.md)
11-
* [第10章 使用一等函数实现设计模式](contents/ch10.md)
12-
* [第11章 符合Python风格的对象](contents/ch11.md)
13-
* [第12章 序列的特殊方法](contents/ch12.md)
14-
* [第13章 接口、协议和抽象基类](contents/ch13.md)
15-
* [第14章 继承:瑕瑜互见](contents/ch14.md)
16-
* [第15章 类型提示进阶](contents/ch15.md)
17-
* [第16章 运算符重载](contents/ch16.md)
2+
* 第一部分 数据结构
3+
* [第1章 Python数据模型](contents/ch01.md)
4+
* [第2章 丰富的序列](contents/ch02.md)
5+
* [第3章 字典和集合](contents/ch03.md)
6+
* [第4章 Unicode文本和字节序列](contents/ch04.md)
7+
* [第5章 数据类构建器](contents/ch05.md)
8+
* [第6章 对象引用、可变性和垃圾回收](contents/ch06.md)
9+
* 第二部分 函数即对象
10+
* [第7章 函数是一等对象](contents/ch07.md)
11+
* [第8章 函数中的类型提示](contents/ch08.md)
12+
* [第9章 装饰器和闭包](contents/ch09.md)
13+
* [第10章 使用一等函数实现设计模式](contents/ch10.md)
14+
* 第三部分 类和协议
15+
* [第11章 符合Python风格的对象](contents/ch11.md)
16+
* [第12章 序列的特殊方法](contents/ch12.md)
17+
* [第13章 接口、协议和抽象基类](contents/ch13.md)
18+
* [第14章 继承:瑕瑜互见](contents/ch14.md)
19+
* [第15章 类型提示进阶](contents/ch15.md)
20+
* [第16章 运算符重载](contents/ch16.md)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.