书栈网 · BookStack 本次搜索耗时 0.100 秒,为您找到 1044 个相关结果.
  • Python 3.6 有什么新变化

    Python 3.6 有什么新变化 摘要 — 发布重点 新的特性 PEP 498: 格式化字符串字面值 PEP 526: 变量标注的语法 PEP 515: 数字字面值中的下划线。 PEP 525: 异步生成器 PEP 530: 异步推导式 PEP 487: 更简单的自定义类创建 PEP 487: 描述器协议的增强 PEP 519: 添加文件系...
  • hmac — 基于密钥的消息验证

    hmac —- 基于密钥的消息验证 hmac —- 基于密钥的消息验证 源代码: Lib/hmac.py 此模块实现了 HMAC 算法,算法的描述参见 RFC 2104 。 hmac.new (key, msg=None, digestmod=’’) 返回一个新的 hmac 对象。 key 是一个指定密钥的 bytes 或 byt...
  • Python 3.6 有什么新变化

    Python 3.6 有什么新变化 摘要 - 发布重点 新的特性 PEP 498: 格式化字符串字面值 PEP 526: 变量标注的语法 PEP 515: 数字字面值中的下划线。 PEP 525: 异步生成器 PEP 530: 异步推导式 PEP 487: 更简单的自定义类创建 PEP 487: 描述器协议的增强 PEP 519: 添加文件系...
  • Python 3.6 有什么新变化

    Python 3.6 有什么新变化 摘要 — 发布重点 新的特性 PEP 498: 格式化字符串字面值 PEP 526: 变量标注的语法 PEP 515: 数字字面值中的下划线。 PEP 525: 异步生成器 PEP 530: 异步推导式 PEP 487: 更简单的自定义类创建 PEP 487: 描述器协议的增强 PEP 519: 添加文件系...
  • Source Files and Compilation

    Source Files and Compilation Compiling from the command line Compiling with the cython command Compiling with the cythonize command Basic setup.py Configuring the C-Build Cytho...
  • Source Files and Compilation

    Source Files and Compilation Compiling from the command line Compiling with the cython command Compiling with the cythonize command Basic setup.py Configuring the C-Build Cyt...
  • 10. 完整的语法规范

    10. 完整的语法规范 10. 完整的语法规范 这是完整的 Python 语法规范,直接提取自用于生成 CPython 解析器的语法 (参见 Grammar/python.gram )。 这里显示的版本省略了有关代码生成和错误恢复的细节。 所用的标记法是 EBNF 和 PEG 的混合体。 特别地,& 后跟一个符号、形符或带括号的分组来表示正向...
  • Python Development Mode

    Python Development Mode Effects of the Python Development Mode ResourceWarning Example Bad file descriptor error example Python Development Mode 3.7 新版功能. The Python Develo...
  • 10. 完整的语法规范

    10. 完整的语法规范 10. 完整的语法规范 这是完整的 Python 语法规范,直接提取自用于生成 CPython 解析器的语法 (参见 Grammar/python.gram )。 这里显示的版本省略了有关代码生成和错误恢复的细节。 所用的标记法是 EBNF 和 PEG 的混合体。 特别地,& 后跟一个符号、形符或带括号的分组来表示正向...
  • The Tornado loop engine

    The Tornado loop engine Why ? Installation Running it Integrating WSGI with the tornado api Welcome to Callback-Hell WSGI generators (aka yield all over the place) Binding an...