Update p21_implementing_visitor_pattern.rst
的->得
This commit is contained in:
@@ -188,6 +188,6 @@
|
||||
可以参照8.22小节,利用生成器或迭代器来实现非递归遍历算法。
|
||||
|
||||
在跟解析和编译相关的编程中使用访问者模式是非常常见的。
|
||||
Python本身的 ``ast`` 模块值的关注下,可以去看看源码。
|
||||
Python本身的 ``ast`` 模块值得关注下,可以去看看源码。
|
||||
9.24小节演示了一个利用 ``ast`` 模块来处理Python源代码的例子。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user