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

Python工厂函数与内建函数

时间:2014-12-12 16:25:51      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:blog   http   sp   on   log   bs   html   ef   as   

http://www.cnblogs.com/BeginMan/p/3160044.html

 

工厂函数:实质上它们是类,当你在调用它们时,实际上生成了该类的一个实例,就像工厂生产货物一样(20个)

int()、long()、float()、complex()、str()、unicode()、basestring()、list()、tuple()、type()
dict()、bool()、set()、frozenset()、object()、classmethod()、staticmethod()、super()、property()、file()

内建函数:Python自带的函数。(80个)

Python工厂函数与内建函数

标签:blog   http   sp   on   log   bs   html   ef   as   

原文地址:http://www.cnblogs.com/damoshizhe/p/4159811.html

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