1-Noah-Chen-连接世界的Python社区
0 码力 | 24 页 | 2.98 MB | 1 年前3Python 标准库参考指南 3.13
15.2 ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841 17 并发执行 855 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 移动应用程序修改系统资源(如系统时钟)的权限有限。这些资源通常 * 可读 *,但试图修改这些 资源通常会失败。 • 控制台输入与输出: – 在 Android 系统上,原生的 stdout 和 “stderr“ 没有连接到任何设备,因此 Python 安装了自己 的流,将信息重定向到系统日志。这些信息可分别在 python.stdout 和 python.stderr 标 签下看到。 – iOS 应用程序对控制台输出的概念有限。stdout 您的应用程序的用户提供其应用程序日志作为诊断辅助工具,这些日志将不包括写入 stdout 或 stderr 的任何细节。 – 移动应用程序根本没有可用的 stdin 。虽然应用程序可以显示屏幕键盘,但这是软件特性, 而不是连接在 stdin 上的。 4 Chapter 1. 概述 The Python Library Reference, 发行版本 3.13.0 因此,涉及控制台操作的 Python 模块(如curses0 码力 | 2246 页 | 11.74 MB | 9 月前3Python 标准库参考指南 3.13
15.2 ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837 17 并发执行 851 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 移动应用程序修改系统资源(如系统时钟)的权限有限。这些资源通常 * 可读 *,但试图修改这些 资源通常会失败。 • 控制台输入与输出: – 在 Android 系统上,原生的 stdout 和 “stderr“ 没有连接到任何设备,因此 Python 安装了自己 的流,将信息重定向到系统日志。这些信息可分别在 python.stdout 和 python.stderr 标 签下看到。 – iOS 应用程序对控制台输出的概念有限。stdout 您的应用程序的用户提供其应用程序日志作为诊断辅助工具,这些日志将不包括写入 stdout 或 stderr 的任何细节。 – 移动应用程序根本没有可用的 stdin 。虽然应用程序可以显示屏幕键盘,但这是软件特性, 而不是连接在 stdin 上的。 4 Chapter 1. 概述 The Python Library Reference, 发行版本 3.13.0 因此,涉及控制台操作的 Python 模块(如curses0 码力 | 2242 页 | 11.73 MB | 9 月前3Python 标准库参考指南 3.12
16.2 ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813 17 并发执行 827 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . False。这在 dict.values() 与其 自身比较时也同样适用: >>> d = {'a': 1} >>> d.values() == d.values() False d | other 合并 d 和 other 中的键和值来创建一个新的字典,两者必须都是字典。当 d 和 other 有相同键 时,other 的值优先。 Added in version 3.9. d |= other 在 3.3 版本发生变更: EnvironmentError, IOError, WindowsError, socket.error, select. error 与 mmap.error 已被合并到OSError,构造器可能返回其中一个子类。 在 3.4 版本发生变更: filename 属性现在是传给函数的原始文件名,而不是基于filesystem encoding and error handler0 码力 | 2253 页 | 11.81 MB | 9 月前3Python 标准库参考指南 3.12
16.2 ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813 17 并发执行 827 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . False。这在 dict.values() 与其 自身比较时也同样适用: >>> d = {'a': 1} >>> d.values() == d.values() False d | other 合并 d 和 other 中的键和值来创建一个新的字典,两者必须都是字典。当 d 和 other 有相同键 时,other 的值优先。 Added in version 3.9. d |= other 在 3.3 版本发生变更: EnvironmentError, IOError, WindowsError, socket.error, select. error 与 mmap.error 已被合并到OSError,构造器可能返回其中一个子类。 在 3.4 版本发生变更: filename 属性现在是传给函数的原始文件名,而不是基于filesystem encoding and error handler0 码力 | 2253 页 | 11.81 MB | 9 月前3Python 标准库参考指南 3.10.15
ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 785 17 并发执行 799 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . False。这在 dict.values() 与其 自身比较时也同样适用: >>> d = {'a': 1} >>> d.values() == d.values() False d | other 合并 d 和 other 中的键和值来创建一个新的字典,两者必须都是字典。当 d 和 other 有相同键时, other 的值优先。 3.9 新版功能. d |= other 用 other 的键和值更新字典 二个文件名。 在 3.3 版更改: EnvironmentError, IOError, WindowsError, socket.error, select.error 与 mmap.error 已被合并到OSError,构造器可能返回其中一个子类。 100 Chapter 5. 内置异常 The Python Library Reference, 发布 3.10.15 在 3.4 版更改: filename0 码力 | 2207 页 | 10.45 MB | 9 月前3Python 标准库参考指南 3.10.15
16.2 ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 731 17 并发执行 745 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . list 与tuple 等内置类,以及collections 模块。) 与其他多项集一样,集合也支持 x in set, len(set) 和 for x in set。作为一种无序的多项集, 集合并不记录元素位置或插入顺序。相应地,集合不支持索引、切片或其他序列类的操作。 目前有两种内置集合类型,set 和frozenset。set 类型是可变的 --- 其内容可以使用 add() 和 remove() Python Library Reference, 发布 3.10.15 >>> d = {'a': 1} >>> d.values() == d.values() False d | other 合并 d 和 other 中的键和值来创建一个新的字典,两者必须都是字典。当 d 和 other 有相同键 时,other 的值优先。 3.9 新版功能. d |= other 用 other 的键和值更新字典0 码力 | 2072 页 | 10.39 MB | 9 月前3Python 标准库参考指南 3.11.10
ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847 17 并发执行 863 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Python Library Reference, 发行版本 3.11.10 >>> d = {'a': 1} >>> d.values() == d.values() False d | other 合并 d 和 other 中的键和值来创建一个新的字典,两者必须都是字典。当 d 和 other 有相同键时, other 的值优先。 在 3.9 版本加入. d |= other 用 other 在 3.3 版本发生变更: EnvironmentError, IOError, WindowsError, socket.error, select. error 与 mmap.error 已被合并到OSError,构造器可能返回其中一个子类。 在 3.4 版本发生变更: filename 属性现在是传给函数的原始文件名,而不是基于filesystem encoding and error handler0 码力 | 2399 页 | 11.19 MB | 9 月前3Python 标准库参考指南 3.11.10
16.2 ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 791 17 并发执行 805 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . list 与tuple 等内置类,以及collections 模块。) 与其他多项集一样,集合也支持 x in set, len(set) 和 for x in set。作为一种无序的多项集, 集合并不记录元素位置或插入顺序。相应地,集合不支持索引、切片或其他序列类的操作。 目前有两种内置集合类型,set 和frozenset。set 类型是可变的 --- 其内容可以使用 add() 和 remove() False。这在 dict.values() 与 其自身比较时也同样适用: >>> d = {'a': 1} >>> d.values() == d.values() False d | other 合并 d 和 other 中的键和值来创建一个新的字典,两者必须都是字典。当 d 和 other 有相同键 时,other 的值优先。 在 3.9 版本加入. d |= other 用 other0 码力 | 2248 页 | 11.10 MB | 9 月前3Python 标准库参考指南 3.9.20
模块函数和常量 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 12.6.2 连接对象(Connection) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 466 12.6.3 Cursor ctypes 参考手册 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 760 17 并发执行 775 17.1 threading --- 基于线程的并行 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . False。这在 dict.values() 与其 自身比较时也同样适用: >>> d = {'a': 1} >>> d.values() == d.values() False d | other 合并 d 和 other 中的键和值来创建一个新的字典,两者必须都是字典。当 d 和 other 有相同键时, other 的值优先。 3.9 新版功能. d |= other 用 other 的键和值更新字典0 码力 | 2146 页 | 10.17 MB | 9 月前3
共 142 条
- 1
- 2
- 3
- 4
- 5
- 6
- 15