c代表Class:类
m代表Method:类实例方法
F代表Function:函数
f代表Field:类属性,域
v代表Variable:变量
p代表Property:python内置函数
p代表Parameter:参数
<>代表Element:元素
Directory:目录
Package:包
Python中函数(Function)和方法(Method)的区别:
与类和实例无绑定关系的function都属于函数(function);
与类和实例有绑定关系的function都属于方法(method)。
来自:https://blog.csdn.net/Starry_Liu_Hyl/article/details/107871041
标签:function,Function,代表,函数,含义,实例,Pycharm,Method From: https://www.cnblogs.com/sbsdnyn/p/17590773.html