Python 标准库参考指南 2.7.18
254 9.8 functools —高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . . . 267 9.9 operator —标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 10 文件和目录访问 279 methods described in the 字 符串的方法 section. To output formatted strings use template strings or the % operator described in the String Formatting Operations section. In addition see the String Services section methods de- scribed in the 字符串的方法 section. To output formatted strings use template strings or the % operator described in the String Formatting Operations section. In addition see the String Services section0 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 2.7.18
254 9.8 functools —高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . . . 267 9.9 operator —标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 10 文件和目录访问 279 methods described in the 字 符串的方法 section. To output formatted strings use template strings or the % operator described in the String Formatting Operations section. In addition see the String Services section methods de- scribed in the 字符串的方法 section. To output formatted strings use template strings or the % operator described in the String Formatting Operations section. In addition see the String Services section0 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 2.7.18
254 9.8 functools —高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . . . 267 9.9 operator —标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 10 文件和目录访问 279 methods described in the 字 符串的方法 section. To output formatted strings use template strings or the % operator described in the String Formatting Operations section. In addition see the String Services section methods de- scribed in the 字符串的方法 section. To output formatted strings use template strings or the % operator described in the String Formatting Operations section. In addition see the String Services section0 码力 | 1552 页 | 7.42 MB | 9 月前3Python 标准库参考指南 3.6.15
309 10.2 functools —高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . . . 323 10.3 operator —标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329 11 文件和目录访问 337 会生成虚数(实部为零的复数),你可以将其与整数或浮点数相加来得到具有实部和虚部的复数。 Python fully supports mixed arithmetic: when a binary arithmetic operator has operands of different numeric types, the operand with the “narrower”type is widened to that token_specification = [ ('NUMBER', r'\d+(\.\d*)?'), # Integer or decimal number ('ASSIGN', r':='), # Assignment operator ('END', r';'), # Statement terminator ('ID', r'[A-Za-z]+'), # Identifiers ('OP', r'[+\-*/]')0 码力 | 1886 页 | 8.95 MB | 9 月前3Python 标准库参考指南 3.6.15
309 10.2 functools —高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . . . 323 10.3 operator —标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329 11 文件和目录访问 337 会生成虚数(实部为零的复数),你可以将其与整数或浮点数相加来得到具有实部和虚部的复数。 Python fully supports mixed arithmetic: when a binary arithmetic operator has operands of different numeric types, the operand with the “narrower”type is widened to that token_specification = [ ('NUMBER', r'\d+(\.\d*)?'), # Integer or decimal number ('ASSIGN', r':='), # Assignment operator ('END', r';'), # Statement terminator ('ID', r'[A-Za-z]+'), # Identifiers ('OP', r'[+\-*/]')0 码力 | 1886 页 | 8.95 MB | 9 月前3Python 标准库参考指南 3.7.13
301 10.2 functools --- 高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . 314 10.3 operator --- 标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 320 11 文件和目录访问 327 同 比较这些数字的精确值一样。 2 构造函数int()、float() 和complex() 可以用来构造特定类型的数字。 所有数字类型(复数除外)都支持下列运算(有关运算优先级,请参阅:operator-summary): 运算 结果: 注释 完整文档 x + y x 和 y 的和 x - y x 和 y 的差 x * y x 和 y 的乘积 x / y x 和 y 的商 x // token_specification = [ ('NUMBER', r'\d+(\.\d*)?'), # Integer or decimal number ('ASSIGN', r':='), # Assignment operator ('END', r';'), # Statement terminator ('ID', r'[A-Za-z]+'), # Identifiers ('OP', r'[+\-*/]')0 码力 | 1846 页 | 9.09 MB | 9 月前3Python 标准库参考指南 3.7.13
10.2 functools --- 高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . . . 329 10.3 operator --- 标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 336 11 文件和目录访问 同比较这 些数字的精确值一样。 2 构造函数int()、float() 和complex() 可以用来构造特定类型的数字。 所有数字类型(复数除外)都支持下列运算(有关运算优先级,请参阅:operator-summary): 运算 结果: 注释 完整文档 x + y x 和 y 的和 x - y x 和 y 的差 x * y x 和 y 的乘积 x / y x 和 y 的商 x // token_specification = [ ('NUMBER', r'\d+(\.\d*)?'), # Integer or decimal number ('ASSIGN', r':='), # Assignment operator ('END', r';'), # Statement terminator ('ID', r'[A-Za-z]+'), # Identifiers ('OP', r'[+\-*/]')0 码力 | 1961 页 | 9.14 MB | 9 月前3Tornado 6.0 Documentation
BaseIOStream using non-blocking sockets. SSLIOStream: SSL-aware version of IOStream. PipeIOStream: Pipe-based IOStream implementation. Base class class tornado.iostream.BaseIOStream(max_buffer_size: int Any)[source] Pipe-based IOStream implementation. The constructor takes an integer file descriptor (such as one returned by os.pipe [https://docs.python.org/3.6/library/os.html#os.pipe]) rather than which fixes a problem in which the child could not detect that the parent process had closed its stdin pipe. Subprocess.set_exit_callback now works for subprocesses created without an explicit io_loop parameter0 码力 | 869 页 | 692.83 KB | 1 年前3Tornado 6.1 Documentation
BaseIOStream using non-blocking sockets. SSLIOStream: SSL-aware version of IOStream. PipeIOStream: Pipe-based IOStream implementation. Base class class tornado.iostream.BaseIOStream(max_buffer_size: Optional[int] **kwargs)[source] Pipe-based IOStream implementation. The constructor takes an integer file descriptor (such as one returned by os.pipe [https://docs.python.org/3.6/library/os.html#os.pipe]) rather than which fixes a problem in which the child could not detect that the parent process had closed its stdin pipe. Subprocess.set_exit_callback now works for subprocesses created without an explicit io_loop parameter0 码力 | 931 页 | 708.03 KB | 1 年前3Python 标准库参考指南 3.8.20
10.2 functools --- 高阶函数和可调用对象上的操作 . . . . . . . . . . . . . . . . . . . . . . . . . . 351 10.3 operator --- 标准运算符替代函数 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359 11 文件和目录访问 同比较这 些数字的精确值一样。 2 构造函数int()、float() 和complex() 可以用来构造特定类型的数字。 所有数字类型(复数除外)都支持下列运算(有关运算优先级,请参阅:operator-summary): 运算 结果: 备注 完整文档 x + y x 和 y 的和 x - y x 和 y 的差 x * y x 和 y 的乘积 x / y x 和 y 的商 x // token_specification = [ ('NUMBER', r'\d+(\.\d*)?'), # Integer or decimal number ('ASSIGN', r':='), # Assignment operator ('END', r';'), # Statement terminator ('ID', r'[A-Za-z]+'), # Identifiers ('OP', r'[+\-*/]')0 码力 | 2052 页 | 9.74 MB | 9 月前3
共 333 条
- 1
- 2
- 3
- 4
- 5
- 6
- 34