内置函数分类图
2019-06-25 16:26:45 0 举报
AI智能生成
文件
作者其他创作
大纲/内容
反射相关(4)
基础数据类型相关(38)
和数字相关(14)
数据类型(4)
bool
int
float
complex
进制转换(3)
bin
oct
hex
数学运算(7)
abs
divmod
round
pow
sum
min
max
和数据结构相关(24)
序列(13)
列表和元祖(2)
list
tuple
相关内置函数(2)
reversed
slice
字符串(9)
str
format
bytes
bytearry
memoryview
ord
chr
ascii
repr
数据集合(3)
字典(1)
dict
集合(2)
set
frozenset
相关内置函数(8)
len
sorted
enumerate
all
any
zip
fiter
map
作用域相关(2)
locals
函数会以字典的类型返回当前位置的全部局部变量。
globals
函数以字典的类型返回全部全局变量。
内置函数
面向对象相关(9)
迭代器/生成器相关(3)
range
next
iter
其他(12)
字符串类型代码的执行(3)
eval
执行字符串类型的代码,并返回最终结果
exec
执行字符串类型的代码。
complie
将一个字符串编译为字节代码。
输入输出(2)
input
print
内存相关(2)
hash
id
文件操作相关(1)
open
模块相关(1)
__import__
帮助(1)
help
调用相关(1)
callable
查看内置属性(1)
dir
0 条评论
下一页
为你推荐
查看更多