zoukankan      html  css  js  c++  java
  • Python 的內建模块

    >>> 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__', 'abs',
    'all', 'any', 'apply', 'basestring', 'bin', 'bool', 'buffer', 'bytearray', 'byte
    s', 'callable', 'chr', 'classmethod', 'cmp', 'coerce', 'compile', 'complex', 'co
    pyright', 'credits', 'delattr', 'dict', 'dir', 'divmod', 'enumerate', '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
    ', 'max', 'memoryview', 'min', '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
    um', 'super', 'tuple', 'type', 'unichr', 'unicode', 'vars', 'xrange', 'zip']
  • 相关阅读:
    idea常用快捷键及操作
    Ubuntu 装nexus
    ubuntu安装gitlab
    ubuntu安装jdk,maven,tomcat
    ubuntu安装gitlab-ci-runner、注册
    ubuntu开启远程shell,开启上传下载
    Ubuntu安装软件提示boot空间不足
    POJ3461 KMP简单变形输出模式串在主串出现的次数
    涨姿势stl map['a']['a']=b;
    对链表的操作(数据结构线性表算法设计练习)
  • 原文地址:https://www.cnblogs.com/sunshine-1/p/7372919.html
Copyright © 2011-2022 走看看