-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpicklebuffer.po
More file actions
90 lines (74 loc) · 2.35 KB
/
picklebuffer.po
File metadata and controls
90 lines (74 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# python-doc bot, 2025
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-02-25 14:44+0000\n"
"PO-Revision-Date: 2025-11-17 14:16+0000\n"
"Last-Translator: python-doc bot, 2025\n"
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
"id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
msgid "Pickle buffer objects"
msgstr ""
msgid ""
"A :class:`pickle.PickleBuffer` object wraps a :ref:`buffer-providing object "
"<bufferobjects>` for out-of-band data transfer with the :mod:`pickle` module."
msgstr ""
msgid ""
"This instance of :c:type:`PyTypeObject` represents the Python pickle buffer "
"type. This is the same object as :class:`pickle.PickleBuffer` in the Python "
"layer."
msgstr ""
msgid ""
"Return true if *op* is a pickle buffer instance. This function always "
"succeeds."
msgstr ""
msgid "Create a pickle buffer from the object *obj*."
msgstr ""
msgid ""
"This function will fail if *obj* doesn't support the :ref:`buffer protocol "
"<bufferobjects>`."
msgstr ""
msgid ""
"On success, return a new pickle buffer instance. On failure, set an "
"exception and return ``NULL``."
msgstr ""
msgid "Analogous to calling :class:`pickle.PickleBuffer` with *obj* in Python."
msgstr ""
msgid ""
"Get a pointer to the underlying :c:type:`Py_buffer` that the pickle buffer "
"wraps."
msgstr ""
msgid ""
"The returned pointer is valid as long as *picklebuf* is alive and has not "
"been released. The caller must not modify or free the returned :c:type:"
"`Py_buffer`. If the pickle buffer has been released, raise :exc:`ValueError`."
msgstr ""
msgid ""
"On success, return a pointer to the buffer view. On failure, set an "
"exception and return ``NULL``."
msgstr ""
msgid "Release the underlying buffer held by the pickle buffer."
msgstr ""
msgid ""
"Return ``0`` on success. On failure, set an exception and return ``-1``."
msgstr ""
msgid "Analogous to calling :meth:`pickle.PickleBuffer.release` in Python."
msgstr ""
msgid "object"
msgstr "objek"
msgid "PickleBuffer"
msgstr ""