PyCharm 图标 c、m、F、f、v、p 分别代表什么含义?
2021-04-16 13:54 Tanwheey 阅读(1800) 评论(0) 编辑 收藏 举报Pycharm变量、函数、方法、属性都有提示。特别注意:小写的 f 代表类属性,即 Field;大写的 F 代表 Function,即普通函数。
Icon | Description |
---|---|
Python script | |
Class | |
Method | |
Function | |
Field | |
Variable | |
Property | |
Parameter | |
Element | |
详见:https://www.jetbrains.com/help/pycharm/symbols.html#data-sources