码迷,mamicode.com
首页 > 编程语言 > 详细

python之函数用法classmethod(),了解即可

时间:2015-11-07 18:51:26      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:

# -*- coding: utf-8 -*-
#python 27
#xiaodeng
#python之函数用法classmethod(),了解即可

 

#classmethod()
#说明:类方法,暂时知道是类方法即可,不做深入研究
‘‘‘
class classmethod(object)
| classmethod(function) -> method
|
| Convert a function to be a class method.
|
| A class method receives the class as implicit first argument,
| just like an instance method receives the instance.
‘‘‘

 

python之函数用法classmethod(),了解即可

标签:

原文地址:http://www.cnblogs.com/dengyg200891/p/4945744.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!