思源笔记
首页
Python
Python
Python编程核心
Python常用模块
CPython源码剖析
Python常见问题
来自思源笔记
来自思源笔记
Python
#
内置函数列表
内置函数
abs()
(opens new window)
divmod()
(opens new window)
input()
(opens new window)
open()
(opens new window)
staticmethod()
(opens new window)
all()
(opens new window)
enumerate()
(opens new window)
int()
(opens new window)
ord()
(opens new window)
str()
(opens new window)
any()
(opens new window)
eval()
(opens new window)
isinstance()
(opens new window)
pow()
(opens new window)
sum()
(opens new window)
basestring()
(opens new window)
execfile()
(opens new window)
issubclass()
(opens new window)
print()
(opens new window)
super()
(opens new window)
bin()
(opens new window)
file()
(opens new window)
iter()
(opens new window)
property()
(opens new window)
tuple()
(opens new window)
bool()
(opens new window)
filter()
(opens new window)
len()
(opens new window)
range()
(opens new window)
type()
(opens new window)
bytearray()
(opens new window)
float()
(opens new window)
list()
(opens new window)
raw_input()
(opens new window)
unichr()
(opens new window)
callable()
(opens new window)
format()
(opens new window)
locals()
(opens new window)
reduce()
(opens new window)
unicode()
chr()
(opens new window)
frozenset()
(opens new window)
long()
(opens new window)
reload()
(opens new window)
vars()
(opens new window)
classmethod()
(opens new window)
getattr()
(opens new window)
map()
(opens new window)
repr()
(opens new window)
xrange()
(opens new window)
cmp()
(opens new window)
globals()
(opens new window)
max()
(opens new window)
reverse()
(opens new window)
zip()
(opens new window)
compile()
(opens new window)
hasattr()
(opens new window)
memoryview()
(opens new window)
round()
(opens new window)
import
()
(opens new window)
complex()
(opens new window)
hash()
(opens new window)
min()
(opens new window)
set()
(opens new window)
delattr()
(opens new window)
help()
(opens new window)
next()
(opens new window)
setattr()
(opens new window)
dict()
(opens new window)
hex()
(opens new window)
object()
slice()
(opens new window)
dir()
(opens new window)
id()
(opens new window)
oct()
(opens new window)
sorted()
(opens new window)
exec 内置表达式
(opens new window)
←
vars、dir、locals、globals
函数概述
→