- 博客(1)
- 收藏
- 关注
原创 Python3中MethodType的使用
以下基于Python3.7 公共部分 from types import MethodType class Student(object): pass def set_name(self,name): self.name = name s = Student() b = Student() 不同的绑定方法 # A —— 将方法绑定到类上 Student.set_name =...
2019-02-27 18:24:13
882
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人