博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python 的內建模块
阅读量:4496 次
发布时间:2019-06-08

本文共 1857 字,大约阅读时间需要 6 分钟。

>>> import __builtin__ >>> dir(__builtin__) ['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'Buffer Error', 'BytesWarning', 'DeprecationWarning', 'EOFError', 'Ellipsis', 'Environme ntError', 'Exception', 'False', 'FloatingPointError', 'FutureWarning', 'Generato rExit', 'IOError', 'ImportError', 'ImportWarning', 'IndentationError', 'IndexErr or', 'KeyError', 'KeyboardInterrupt', 'LookupError', 'MemoryError', 'NameError',  'None', 'NotImplemented', 'NotImplementedError', 'OSError', 'OverflowError', 'P endingDeprecationWarning', 'ReferenceError', 'RuntimeError', 'RuntimeWarning', ' StandardError', 'StopIteration', 'SyntaxError', 'SyntaxWarning', 'SystemError', 'SystemExit', 'TabError', 'True', 'TypeError', 'UnboundLocalError', 'UnicodeDeco deError', 'UnicodeEncodeError', 'UnicodeError', 'UnicodeTranslateError', 'Unicod eWarning', 'UserWarning', 'ValueError', 'Warning', 'WindowsError', 'ZeroDivision Error', '__debug__', '__doc__', '__import__', '__name__', '__package__', '', 'all', 'any', 'apply', 'basestring', '', 'bool', 'buffer', 'bytearray', 'byte s', 'callable', 'chr', 'classmethod', 'cmp', 'coerce', 'compile', 'complex', 'co pyright', 'credits', 'delattr', 'dict', 'dir', 'divmod', 'enerate', 'eval', 'e xecfile', 'exit', 'file', 'filter', 'float', 'format', 'frozenset', 'getattr', ' globals', 'hasattr', 'hash', 'help', 'hex', 'id', 'input', 'int', 'intern', 'isi nstance', 'issubclass', 'iter', 'len', 'license', 'list', 'locals', 'long', 'map ', '', 'memoryview', '', 'next', 'object', 'oct', 'open', 'ord', 'pow', 'p rint', 'property', 'quit', 'range', 'raw_input', 'reduce', 'reload', 'repr', 're versed', 'round', 'set', 'setattr', 'slice', 'sorted', 'staticmethod', 'str', 's ', 'super', 'tuple', 'type', 'unichr', 'unicode', 'vars', 'xrange', 'zip']

转载于:https://www.cnblogs.com/sunshine-1/p/7372919.html

你可能感兴趣的文章
9.2NOIP模拟题
查看>>
整合SpringDataJpa
查看>>
vue过渡
查看>>
tcpreplay 博客目录
查看>>
oracle11g忘记sys密码
查看>>
文件各种上传,离不开的表单
查看>>
mysql查询插入优化
查看>>
hadoop备战:yarn框架的搭建(mapreduce2)
查看>>
微信公众号开发模式开启总结
查看>>
pygame-KidsCanCode系列jumpy-part2-加速度与摩擦力
查看>>
[elk]logstash的grok匹配逻辑grok+date+mutate
查看>>
准备Android面试
查看>>
界面与后台逻辑完全分离,单例模式,接口
查看>>
redis安装及测试
查看>>
38-系统标准模块与第三方模块(1)
查看>>
[转]Android U 盘功能实现和分析
查看>>
dedecms织梦副栏目名称和链接调用
查看>>
iOS 离屏渲染学习笔记
查看>>
iOS Xib布局某些控件显示或隐藏<约束的修改>
查看>>
软件工程第一次作业
查看>>