Skip to main content
Ctrl+K
NumPy v2.2.dev0 Manual - Home
  • 用户指南
  • API 参考
  • 从源代码构建
  • 开发
  • 发行说明
  • Learn
    • NEPs
  • GitHub
  • 用户指南
  • API 参考
  • 从源代码构建
  • 开发
  • 发行说明
  • Learn
  • NEPs
  • GitHub

Section Navigation

  • NumPy 的模块结构
  • 数组对象
  • 通用函数 (ufunc)
  • 按主题分类的例程和对象
    • 常量
    • 数组创建例程
    • 数组操作例程
    • 位操作
    • 字符串功能
    • 日期时间支持函数
    • 数据类型例程
    • 具有自动域的数学函数
    • 浮点错误处理
    • 异常和警告 (numpy.exceptions)
    • 离散傅里叶变换 (numpy.fft)
    • 函数式编程
    • 输入和输出
      • numpy.load
      • numpy.save
      • numpy.savez
      • numpy.savez_compressed
      • numpy.lib.npyio.NpzFile
      • numpy.loadtxt
      • numpy.savetxt
      • numpy.genfromtxt
      • numpy.fromregex
      • numpy.fromstring
      • numpy.ndarray.tofile
      • numpy.ndarray.tolist
      • numpy.array2string
      • numpy.array_repr
      • numpy.array_str
      • numpy.format_float_positional
      • numpy.format_float_scientific
      • numpy.memmap
        • numpy.memmap.flush
      • numpy.lib.format.open_memmap
      • numpy.set_printoptions
      • numpy.get_printoptions
      • numpy.printoptions
      • numpy.binary_repr
      • numpy.base_repr
      • numpy.lib.npyio.DataSource
      • numpy.lib.format
    • 索引例程
    • 线性代数 (numpy.linalg)
    • 逻辑函数
    • 掩码数组操作
    • 数学函数
    • 杂项例程
    • 多项式
    • 随机抽样 (numpy.random)
    • 设置例程
    • 排序、搜索和计数
    • 统计
    • 测试支持 (numpy.testing)
    • 窗口函数
  • 类型检查 (numpy.typing)
  • 打包 (numpy.distutils)
  • NumPy C-API
  • 数组 API 标准兼容性
  • CPU/SIMD 优化
  • 线程安全
  • 全局配置选项
  • NumPy 安全性
  • numpy.distutils 的状态和迁移建议
  • numpy.distutils 用户指南
  • NumPy 和 SWIG
  • NumPy 参考
  • numpy.memmap
  • numpy.memmap.flush

numpy.memmap.flush#

方法

memmap.flush()[源代码][源代码]#

将数组中的任何更改写入磁盘上的文件.

更多信息,请参见 memmap.

参数:
None

参见

memmap

上一页

numpy.memmap

下一页

numpy.recarray

On this page
  • memmap.flush

© Copyright 2008-2024, NumPy Developers.

由 Sphinx 7.2.6创建。

Built with the PyData Sphinx Theme 0.15.4.