在PEP 8部分的函数和方法参数中:



是没有说任何有关首选命名方式的信息,我想应该是“lower_case_with_underscores”或“mixedCase”,但我不确定。什么是首选?

最佳答案

在PEP 8部分中,紧接在您引用的部分上方。

链接:https://www.python.org/dev/peps/pep-0008/#function-names

关于naming-conventions - PEP 8 : Function and method arguments naming convention,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/16785920/

10-11 06:17