python内建方法

Posted lbw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python内建方法相关的知识,希望对你有一定的参考价值。

abs all any apply basestring
bin bool buffer bytearray bytes
callable chr classmethod cmp coerce
compile complex copyright credits delattr
dict dir divmod enumerate eval
execfile exit file filter float
format frozenset getattr globals hasattr
hash help hex id input
int intern isinstance issubclass iter
len license list locals long
map max memoryview min next
object oct open ord pow
print property quit range raw_input
reduce reload repr reversed round
set setattr slice sorted staticmethod
str sum super tuple type
unichr unicode vars xrange zip

以上是关于python内建方法的主要内容,如果未能解决你的问题,请参考以下文章

python的字符串内建函数

复习 Python 匿名函数 内建函数

Python类的内建方法-即所谓的魔术方法

Python——字符串的内建方法

Python常用内建方法:__init__,__new__,__class__的理解

python列表解析式,生成器,及部分内建函数使用方法