PyCharm 图标 c、m、F、f、v、p 分别代表什么含义?
2021-04-16 13:54 Tanwheey 阅读(2617) 评论(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
浙公网安备 33010602011771号