Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8b393 commit 713eb02Copy full SHA for 713eb02
1 file changed
c-api/buffer.po
@@ -390,6 +390,8 @@ msgid ""
390
"whether or not the shape, strides, and suboffsets arrays must be freed when "
391
"the buffer is released. The consumer MUST NOT alter this value."
392
msgstr ""
393
+"供输出对象内部使用。比如可能被导出器重组为一个整数,用于存储一个标志,标明在缓冲区释放时是否必须释放 shape、strides 和 "
394
+"suboffsets 数组。缓冲区用户 *不得* 修改该值。"
395
396
#: ../../c-api/buffer.rst:221
397
msgid "Buffer request types"
@@ -402,6 +404,9 @@ msgid ""
402
404
" structure of the memory can vary drastically, the consumer uses the *flags*"
403
405
" argument to specify the exact buffer type it can handle."
406
407
+"通常,通过 :c:func:`PyObject_GetBuffer` "
408
+"向输出对象发送缓冲区请求,即可获得缓冲区。由于内存的逻辑结构复杂,可能会有很大差异,缓冲区使用者可用 *flags* "
409
+"参数指定其能够处理的缓冲区具体类型。"
410
411
#: ../../c-api/buffer.rst:228
412
msgid ""
0 commit comments