由对象调用的是方法
1 FunctionType 2 3 MethodType 4 5 isinstance(func,FunctionType) true 6 isinstance(obj.func,MethodType) true