pytho****@googl*****
pytho****@googl*****
2011年 2月 20日 (日) 16:12:25 JST
Revision: db5acadc15 Author: INADA Naoki <songo****@gmail*****> Date: Sat Feb 19 23:09:58 2011 Log: 未翻訳の関数が残っていたので翻訳. http://code.google.com/p/python-doc-ja/source/detail?r=db5acadc15 Modified: /c-api/buffer.rst ======================================= --- /c-api/buffer.rst Tue Nov 30 19:16:46 2010 +++ /c-api/buffer.rst Sat Feb 19 23:09:58 2011 @@ -131,7 +131,8 @@ .. cfunction:: int PyObject_CheckBuffer(PyObject *obj) - Return 1 if *obj* supports the buffer interface otherwise 0. + *obj* がバッファインタフェースをサポートしている場合に 1 を、 + それ以外の場合に 0 を返します。 .. cfunction:: int PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags)