书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 1044 个相关结果.
  • 8.4. collections.abc — 容器的抽象基类

    8.4. collections.abc — 容器的抽象基类 8.4.1. 容器抽象基类 8.4. collections.abc — 容器的抽象基类 3.3 新版功能: 该模块曾是 collections 模块的组成部分。 源代码: Lib/_collections_abc.py 该模块定义了一些 抽象基类 ,它们可用于判断一个...
  • 使用 C 库

    使用 C 库 定义外部声明 编写包装类 内存管理 编译和链接 静态链接 动态链接 映射功能 处理错误 测试结果 回调 使用 C 库 原文: http://docs.cython.org/en/latest/src/tutorial/clibraries.html 除了编写快速代码之外,Cython 的一个主要用例是从 P...
  • ensurepip —- Bootstrapping the pip installer

    ensurepip —- Bootstrapping the pip installer Command line interface Module API ensurepip —- Bootstrapping the pip installer 3.4 新版功能. The ensurepip package provides suppo...
  • hmac —- 基于密钥的消息验证

    hmac —- 基于密钥的消息验证 hmac —- 基于密钥的消息验证 Source code: Lib/hmac.py This module implements the HMAC algorithm as described by RFC 2104 . hmac. new (key, msg=None, digestmod='') ...
  • A.7 用Numba编写快速NumPy函数

    A.7 用Numba编写快速NumPy函数 用Numba创建自定义numpy.ufunc对象 A.7 用Numba编写快速NumPy函数 Numba是一个开源项目,它可以利用CPUs、GPUs或其它硬件为类似NumPy的数据创建快速函数。它使用了LLVM项目(http://llvm.org/),将Python代码转换为机器代码。 为了介绍Num...
  • ensurepip —- Bootstrapping the pip installer

    ensurepip —- Bootstrapping the pip installerCommand line interface Module API ensurepip —- Bootstrapping the pip installer 3.4 新版功能. The ensurepip package provides...
  • sys —- 系统相关的形参和函数

    sys —- 系统相关的形参和函数 sys —- 系统相关的形参和函数 该模块提供了一些变量和函数。这些变量可能被解释器使用,也可能由解释器提供。这些函数会影响解释器。本模块总是可用的。 sys.abiflags 在POSIX系统上,以标准的 configure 脚本构建的 Python 中,这个变量会包含 PEP 3149 中定义的AB...
  • runpy ——查找并执行 Python 模块

    runpy ——查找并执行 Python 模块 runpy ——查找并执行 Python 模块 源代码: Lib/runpy.py runpy 模块用于找到并运行 Python 的模块,而无需首先导入。主要用于实现 -m 命令行开关,以允许用 Python 模块命名空间而不是文件系统来定位脚本。 请注意,这 并非 一个沙盒模块——所有...
  • collections.abc —- 容器的抽象基类

    collections.abc —- 容器的抽象基类容器抽象基类 collections.abc —- 容器的抽象基类 3.3 新版功能: 该模块曾是 collections 模块的组成部分。 源代码: Lib/_collections_abc.py 该模块定义了一些 抽象基类 ,它们可用于判断一个具体类是否具有某一特定的接...
  • collections.abc —- 容器的抽象基类

    collections.abc —- 容器的抽象基类容器抽象基类 collections.abc —- 容器的抽象基类 3.3 新版功能: 该模块曾是 collections 模块的组成部分。 源代码: Lib/_collections_abc.py 该模块定义了一些 抽象基类 ,它们可用于判断一个具体类是否具有某一特定的接...