Skip to content

第九章第17节语句不通的问题 #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2017

Conversation

yunyu2019
Copy link
Contributor

-实际上,元类会管理中每个一个调用定义,搜索前一个定义(如果有的话),
+实际上,元类将每个可调用定义放在一个类中,搜索前一个定义(如果有的话),

@yunyu2019
Copy link
Contributor Author

对应的原始英文如下:The last example also illustrates the use of Python’s function signature objects. Essen‐
tially, the metaclass takes each callable definition in a class, searches for a prior definition
(if any), and then simply compares their calling signatures using inspect.signature().

@yunyu2019 yunyu2019 changed the title 第九章第174节语句不通的问题 第九章第17节语句不通的问题 Nov 30, 2017
@yidao620c yidao620c merged commit 0ce9547 into yidao620c:master Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants