代码改变世界

随笔档案-2021年4月16日

PyCharm 图标 c、m、F、f、v、p 分别代表什么含义?

2021-04-16 13:54 by Tanwheey, 2844 阅读, 收藏,
摘要: Pycharm变量、函数、方法、属性都有提示。特别注意:小写的 f 代表类属性,即 Field;大写的 F 代表 Function,即普通函数。 IconDescription Python script Class Method Function Field Variable Property P 阅读全文