Skip to content

Commit

Permalink
第九章第174节语句不通的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yunyu2019 committed Nov 30, 2017
1 parent 17bf278 commit 0909fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/c09/p17_enforce_coding_conventions_in_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
它只能在类的实例被创建之后,并且相应的方法解析顺序也已经被设置好了。

最后一个例子还演示了Python的函数签名对象的使用。
实际上,元类会管理中每个一个调用定义,搜索前一个定义(如果有的话),
实际上,元类将每个可调用定义放在一个类中,搜索前一个定义(如果有的话),
然后通过使用 ``inspect.signature()`` 来简单的比较它们的调用签名。

最后一点,代码中有一行使用了 ``super(self, self)`` 并不是排版错误。
Expand Down

0 comments on commit 0909fa2

Please sign in to comment.