python的method和function区别

首先看官方文档给的定义
官方文档地址

method

A function which is defined inside a class body. If called as an attribute of an instance of that class, the method will get the instance object as its first argument (which is usually called self). See function and nested scope.

翻译:
在类体内定义的函数。 如果调用该类的实例的属性,则该方法会将实例对象作为其第一个参数(通常称为self)。 请参见函数和嵌套作用域。

function

A series of statements which returns some value to a caller. It can also be passed zero or more arguments which may be used in the execution of the body. See also parameter, method, and the Function definitions section.

翻译:
向调用者返回一些值的一系列语句。也可以给它传递零个或多个参数,这些参数可以在函数体的执行中使用。请参见参数、方法和函数定义部分。

说重点

  • method是类内部定义的,function属于独立定义的。

  • method只有类可以使用

  • function任何人都可以使用

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值