We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa53b5 commit afeecd6Copy full SHA for afeecd6
1 file changed
SUMMARY.md
@@ -22,10 +22,6 @@
22
* [闭包](Functional/closure.md)
23
* [装饰器](Functional/decorator.md)
24
* [functools](Functional/functools.md)
25
-* [高级特性](Advanced-Features/README.md)
26
- * [迭代器](Advanced-Features/iterator.md)
27
- * [生成器](Advanced-Features/generator.md)
28
- * [上下文管理器](Advanced-Features/context.md)
29
* [类](Class/README.md)
30
* [类和实例](Class/class_and_object.md)
31
* [继承和多态](Class/inheritance_and_polymorphism.md)
@@ -35,6 +31,10 @@
35
* [slots 魔法](Class/slots.md)
36
32
* [使用 @property](Class/property.md)
37
33
* [元类](Class/metaclass.md)
34
+* [高级特性](Advanced-Features/README.md)
+ * [迭代器](Advanced-Features/iterator.md)
+ * [生成器](Advanced-Features/generator.md)
+ * [上下文管理器](Advanced-Features/context.md)
38
* [文件和目录](File-Directory/README.md)
39
* 文件操作
40
* 读写图像
0 commit comments