摘要:
http://www.python.org/dev/peps/pep-3102/Abstract This PEP proposes a change to the way that function arguments are assigned to named parameter slots. In particular, it enables the declaration of "keyword-only" arguments: arguments that can only be supplied by keyword and which will neve... 阅读全文