7
7
msgstr ""
8
8
"Project-Id-Version :Python 3.6\n "
9
9
"Report-Msgid-Bugs-To :\n "
10
- "POT-Creation-Date :2020-09-24 20:44 +0900\n "
10
+ "POT-Creation-Date :2020-10-08 03:37 +0900\n "
11
11
"PO-Revision-Date :YEAR-MO-DA HO:MI+ZONE\n "
12
12
"Last-Translator :Dong-gweon Oh <flowdas@gmail.com>\n "
13
13
"Language-Team :Korean (https://python.flowdas.com)\n "
@@ -788,14 +788,15 @@ msgid ""
788
788
msgstr ":c:func:`PyObject_GetBuffer`\\ 를 통해 얻지 않은 버퍼에 이 함수를 호출하는 것은 에러입니다."
789
789
790
790
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:467
791
+ #, fuzzy
791
792
msgid ""
792
793
"Return the implied :c:data:`~Py_buffer.itemsize` from "
793
- ":c:data:`~Py_buffer.format`.This function is not yet implemented ."
794
+ ":c:data:`~Py_buffer.format`.On error, raise an exception and return -1 ."
794
795
msgstr ""
795
796
":c:data:`~Py_buffer.format`\\ 이 암시하는 :c:data:`~Py_buffer.itemsize`\\ 를 "
796
797
"반환합니다. 이 함수는 아직 구현되지 않았습니다."
797
798
798
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:473
799
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:475
799
800
msgid ""
800
801
"Return ``1`` if the memory defined by the *view* is C-style (*order* is "
801
802
"``'C'``) or Fortran-style (*order* is ``'F'``) :term:`contiguous` or "
@@ -806,15 +807,15 @@ msgstr ""
806
807
"``'F'``) :term:`연속 <contiguous>`\\ 이거나 둘 중 하나(*order*\\ 가 ``'A'``)면 "
807
808
"``1``\\ 을 반환합니다. 그렇지 않으면 ``0``\\ 을 반환합니다. 이 함수는 항상 성공합니다."
808
809
809
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:480
810
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:482
810
811
msgid ""
811
812
"Get the memory area pointed to by the *indices* inside the given *view*. "
812
813
"*indices* must point to an array of ``view->ndim`` indices."
813
814
msgstr ""
814
815
"주어진 *view* 내부의 *indices*\\ 가 가리키는 메모리 영역을 가져옵니다. *indices*\\ 는 "
815
816
"``view->ndim`` 인덱스의 배열을 가리켜야 합니다."
816
817
817
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:486
818
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:488
818
819
msgid ""
819
820
"Copy contiguous *len* bytes from *buf* to *view*. *fort* can be ``'C'`` "
820
821
"or ``'F'`` (for C-style or Fortran-style ordering). ``0`` is returned on "
@@ -824,7 +825,7 @@ msgstr ""
824
825
"``'F'``\\ (C 스타일 또는 포트란 스타일 순서)일 수 있습니다. 성공하면 ``0``\\ 이 반환되고, 에러가 있으면 "
825
826
"``-1``\\ 이 반환됩니다."
826
827
827
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:493
828
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:495
828
829
msgid ""
829
830
"Copy *len* bytes from *src* to its contiguous representation in *buf*. "
830
831
"*order* can be ``'C'`` or ``'F'`` or ``'A'`` (for C-style or Fortran-"
@@ -835,11 +836,11 @@ msgstr ""
835
836
"``'F'`` 또는 ``'A'``\\ (C 스타일 또는 포트란 스타일 순서 또는 둘 중 하나)일 수 있습니다. 성공하면 "
836
837
"``0``\\ 이 반환되고, 에러가 있으면 ``-1``\\ 이 반환됩니다."
837
838
838
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:497
839
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:499
839
840
msgid "This function fails if *len* != *src->len*."
840
841
msgstr "이 함수는 *len* != *src->len*\\ 이면 실패합니다."
841
842
842
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:502
843
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:504
843
844
msgid ""
844
845
"Fill the *strides* array with byte-strides of a :term:`contiguous` "
845
846
"(C-style if *order* is ``'C'`` or Fortran-style if *order* is ``'F'``) "
@@ -849,7 +850,7 @@ msgstr ""
849
850
"(*order*\\ 가 ``'C'``\\ 면 C 스타일, *order*\\ 가 ``'F'``\\ 면 포트란 스타일) 배열의 바이트 "
850
851
"스트라이드로 채웁니다."
851
852
852
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:509
853
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:511
853
854
msgid ""
854
855
"Handle buffer requests for an exporter that wants to expose *buf* of size"
855
856
" *len* with writability set according to *readonly*. *buf* is interpreted"
@@ -858,7 +859,7 @@ msgstr ""
858
859
"*readonly*\\ 에 따라 쓰기 가능성이 설정된 *len* 크기의 *buf*\\ 를 노출하려는 제공자(exporter)에 대한 "
859
860
"버퍼 요청을 처리합니다. *buf*\\ 는 부호 없는 바이트의 시퀀스로 해석됩니다."
860
861
861
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:513
862
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:515
862
863
msgid ""
863
864
"The *flags* argument indicates the request type. This function always "
864
865
"fills in *view* as specified by flags, unless *buf* has been designated "
@@ -868,7 +869,7 @@ msgstr ""
868
869
":c:macro:`PyBUF_WRITABLE`\\ 이 *flags*\\ 에 설정되어 있지 않으면, 항상 플래그가 지정하는 대로 "
869
870
"*view*\\ 를 채웁니다."
870
871
871
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:517
872
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:519
872
873
msgid ""
873
874
"On success, set ``view->obj`` to a new reference to *exporter* and return"
874
875
" 0. Otherwise, raise :c:data:`PyExc_BufferError`, set ``view->obj`` to "
@@ -878,7 +879,7 @@ msgstr ""
878
879
":c:data:`PyExc_BufferError`\\ 를 일으키고, ``view->obj``\\ 를 ``NULL``\\ 로 설정한 다음 "
879
880
"``-1``\\ 을 반환합니다."
880
881
881
- #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:521
882
+ #: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/buffer.rst:523
882
883
msgid ""
883
884
"If this function is used as part of a :ref:`getbufferproc <buffer-"
884
885
"structs>`, *exporter* MUST be set to the exporting object and *flags* "