所有的内饰函数和异常类型都在下面描述。
delattr(obj, name)
class dict
dir()
divmod()
enumerate()
eval()
exec()
filter()
class float
class frozenset
getattr()
globals()
hasattr()
hash()
hex()
id()
input()
class int
isinstance()
issubclass()
iter()
len()
class list
locals()
map()
max()
class memoryview
min()
next()
class object
oct()
open()
ord()
pow()
print()
property()
range()
repr()
reversed()
round()
class set
setattr()
class slice
sorted()
staticmethod()
class str
sum()
super()
class tuple
type()
zip()
exception OSError
exception RuntimeError
exception StopIteration
exception SyntaxError
exception SystemExit
exception TypeError
exception ValueError
exception ZeroDivisionError