| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4a12f37 commit 88ca624
57 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ msgid "" | |||
| 12 | 12 | msgstr "" | |
| 13 | 13 | "Project-Id-Version: Python 3.15\n" | |
| 14 | 14 | "Report-Msgid-Bugs-To: \n" | |
| 15 | - "POT-Creation-Date: 2026-07-19 14:48+0000\n" | ||
| 15 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 16 | 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 17 | 17 | "Last-Translator: Hengky Kurniawan, 2025\n" | |
| 18 | 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -140,6 +140,23 @@ msgid "" | |||
| 140 | 140 | "chained exceptions and notes." | |
| 141 | 141 | msgstr "" | |
| 142 | 142 | ||
| 143 | + msgid "Legacy variant of :c:func:`PyErr_DisplayException`." | ||
| 144 | + msgstr "" | ||
| 145 | + | ||
| 146 | + msgid "" | ||
| 147 | + "Print the exception *value* with its traceback to :data:`sys.stderr`. If " | ||
| 148 | + "*value* has no traceback set, *tb* is used as its traceback. The first " | ||
| 149 | + "argument is ignored." | ||
| 150 | + msgstr "" | ||
| 151 | + | ||
| 152 | + msgid "" | ||
| 153 | + "If :data:`sys.stderr` is ``None``, nothing is printed. If :data:`sys.stderr` " | ||
| 154 | + "is not set, the exception is dumped to the C ``stderr`` stream instead." | ||
| 155 | + msgstr "" | ||
| 156 | + | ||
| 157 | + msgid "Use :c:func:`PyErr_DisplayException` instead." | ||
| 158 | + msgstr "" | ||
| 159 | + | ||
| 143 | 160 | msgid "Raising exceptions" | |
| 144 | 161 | msgstr "Menghasilkan pengecualian" | |
| 145 | 162 | ||
@@ -965,7 +982,7 @@ msgid "" | |||
| 965 | 982 | "requires special recursion handling. In addition to protecting the stack, :" | |
| 966 | 983 | "c:member:`~PyTypeObject.tp_repr` also needs to track objects to prevent " | |
| 967 | 984 | "cycles. The following two functions facilitate this functionality. " | |
| 968 | - "Effectively, these are the C equivalent to :func:`reprlib.recursive_repr`." | ||
| 985 | + "Effectively, these are the C equivalent to :deco:`reprlib.recursive_repr`." | ||
| 969 | 986 | msgstr "" | |
| 970 | 987 | ||
| 971 | 988 | msgid "" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.15\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-07-11 14:46+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ msgid "" | |||
| 12 | 12 | msgstr "" | |
| 13 | 13 | "Project-Id-Version: Python 3.15\n" | |
| 14 | 14 | "Report-Msgid-Bugs-To: \n" | |
| 15 | - "POT-Creation-Date: 2026-07-27 16:10+0000\n" | ||
| 15 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 16 | 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 17 | 17 | "Last-Translator: python-doc bot, 2026\n" | |
| 18 | 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -1438,10 +1438,10 @@ msgstr "" | |||
| 1438 | 1438 | msgid "See also :c:member:`PyConfig.exec_prefix`." | |
| 1439 | 1439 | msgstr "" | |
| 1440 | 1440 | ||
| 1441 | - msgid "Python base executable: :data:`sys._base_executable`." | ||
| 1441 | + msgid "Python base executable: ``sys._base_executable``." | ||
| 1442 | 1442 | msgstr "" | |
| 1443 | 1443 | ||
| 1444 | - msgid "Set by the :envvar:`__PYVENV_LAUNCHER__` environment variable." | ||
| 1444 | + msgid "Set by the ``__PYVENV_LAUNCHER__`` environment variable." | ||
| 1445 | 1445 | msgstr "" | |
| 1446 | 1446 | ||
| 1447 | 1447 | msgid "Set from :c:member:`PyConfig.executable` if ``NULL``." | |
@@ -1976,8 +1976,8 @@ msgid "On macOS, use :envvar:`PYTHONEXECUTABLE` environment variable if set." | |||
| 1976 | 1976 | msgstr "" | |
| 1977 | 1977 | ||
| 1978 | 1978 | msgid "" | |
| 1979 | - "If the ``WITH_NEXT_FRAMEWORK`` macro is defined, use :envvar:" | ||
| 1980 | - "`__PYVENV_LAUNCHER__` environment variable if set." | ||
| 1979 | + "If the ``WITH_NEXT_FRAMEWORK`` macro is defined, use ``__PYVENV_LAUNCHER__`` " | ||
| 1980 | + "environment variable if set." | ||
| 1981 | 1981 | msgstr "" | |
| 1982 | 1982 | ||
| 1983 | 1983 | msgid "" | |
@@ -2222,7 +2222,7 @@ msgstr "" | |||
| 2222 | 2222 | msgid "" | |
| 2223 | 2223 | "The :mod:`warnings` module adds :data:`sys.warnoptions` in the reverse " | |
| 2224 | 2224 | "order: the last :c:member:`PyConfig.warnoptions` item becomes the first item " | |
| 2225 | - "of :data:`warnings.filters` which is checked first (highest priority)." | ||
| 2225 | + "of ``warnings.filters`` which is checked first (highest priority)." | ||
| 2226 | 2226 | msgstr "" | |
| 2227 | 2227 | ||
| 2228 | 2228 | msgid "" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ msgid "" | |||
| 12 | 12 | msgstr "" | |
| 13 | 13 | "Project-Id-Version: Python 3.15\n" | |
| 14 | 14 | "Report-Msgid-Bugs-To: \n" | |
| 15 | - "POT-Creation-Date: 2026-07-21 15:29+0000\n" | ||
| 15 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 16 | 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 17 | 17 | "Last-Translator: python-doc bot, 2025\n" | |
| 18 | 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -1266,7 +1266,7 @@ msgid "" | |||
| 1266 | 1266 | msgstr "" | |
| 1267 | 1267 | ||
| 1268 | 1268 | msgid "" | |
| 1269 | - "Defining :c:macro:`Py_TRACE_REFS` enables reference tracing (see the :option:" | ||
| 1269 | + "Defining ``Py_TRACE_REFS`` enables reference tracing (see the :option:" | ||
| 1270 | 1270 | "`configure --with-trace-refs option <--with-trace-refs>`). When defined, a " | |
| 1271 | 1271 | "circular doubly linked list of active objects is maintained by adding two " | |
| 1272 | 1272 | "extra fields to every :c:type:`PyObject`. Total allocations are tracked as " | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.15\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-07-13 16:24+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -471,13 +471,13 @@ msgstr "" | |||
| 471 | 471 | msgid "" | |
| 472 | 472 | "The method will be passed the type object as the first parameter rather than " | |
| 473 | 473 | "an instance of the type. This is used to create *class methods*, similar to " | |
| 474 | - "what is created when using the :func:`classmethod` built-in function." | ||
| 474 | + "what is created when using the :deco:`classmethod` built-in decorator." | ||
| 475 | 475 | msgstr "" | |
| 476 | 476 | ||
| 477 | 477 | msgid "" | |
| 478 | 478 | "The method will be passed ``NULL`` as the first parameter rather than an " | |
| 479 | 479 | "instance of the type. This is used to create *static methods*, similar to " | |
| 480 | - "what is created when using the :func:`staticmethod` built-in function." | ||
| 480 | + "what is created when using the :deco:`staticmethod` built-in decorator." | ||
| 481 | 481 | msgstr "" | |
| 482 | 482 | ||
| 483 | 483 | msgid "" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.15\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-07-13 16:24+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -134,7 +134,7 @@ msgid "" | |||
| 134 | 134 | msgstr "" | |
| 135 | 135 | ||
| 136 | 136 | msgid "" | |
| 137 | - "The :func:`!typing.no_type_check_decorator` decorator function has been " | ||
| 137 | + "The :deco:`!typing.no_type_check_decorator` decorator function has been " | ||
| 138 | 138 | "deprecated since Python 3.13. After eight years in the :mod:`typing` module, " | |
| 139 | 139 | "it has yet to be supported by any major type checker." | |
| 140 | 140 | msgstr "" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.15\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-07-13 16:24+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -2545,8 +2545,8 @@ msgid "How do I cache method calls?" | |||
| 2545 | 2545 | msgstr "" | |
| 2546 | 2546 | ||
| 2547 | 2547 | msgid "" | |
| 2548 | - "The two principal tools for caching methods are :func:`functools." | ||
| 2549 | - "cached_property` and :func:`functools.lru_cache`. The former stores results " | ||
| 2548 | + "The two principal tools for caching methods are :deco:`functools." | ||
| 2549 | + "cached_property` and :deco:`functools.lru_cache`. The former stores results " | ||
| 2550 | 2550 | "at the instance level and the latter at the class level." | |
| 2551 | 2551 | msgstr "" | |
| 2552 | 2552 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ msgid "" | |||
| 12 | 12 | msgstr "" | |
| 13 | 13 | "Project-Id-Version: Python 3.15\n" | |
| 14 | 14 | "Report-Msgid-Bugs-To: \n" | |
| 15 | - "POT-Creation-Date: 2026-07-21 15:29+0000\n" | ||
| 15 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 16 | 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 17 | 17 | "Last-Translator: Hengky Kurniawan, 2025\n" | |
| 18 | 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -646,7 +646,7 @@ msgstr "decorator" | |||
| 646 | 646 | msgid "" | |
| 647 | 647 | "A function returning another function, usually applied as a function " | |
| 648 | 648 | "transformation using the ``@wrapper`` syntax. Common examples for " | |
| 649 | - "decorators are :func:`classmethod` and :func:`staticmethod`." | ||
| 649 | + "decorators are :deco:`classmethod` and :deco:`staticmethod`." | ||
| 650 | 650 | msgstr "" | |
| 651 | 651 | ||
| 652 | 652 | msgid "" | |
@@ -1062,7 +1062,7 @@ msgid "" | |||
| 1062 | 1062 | msgstr "" | |
| 1063 | 1063 | ||
| 1064 | 1064 | msgid "" | |
| 1065 | - "See also the :term:`single dispatch` glossary entry, the :func:`functools." | ||
| 1065 | + "See also the :term:`single dispatch` glossary entry, the :deco:`functools." | ||
| 1066 | 1066 | "singledispatch` decorator, and :pep:`443`." | |
| 1067 | 1067 | msgstr "" | |
| 1068 | 1068 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.15\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-07-21 15:29+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -200,7 +200,7 @@ msgid "" | |||
| 200 | 200 | msgstr "" | |
| 201 | 201 | ||
| 202 | 202 | msgid "" | |
| 203 | - "If ``o`` is a wrapped callable using :func:`functools.update_wrapper`, :func:" | ||
| 203 | + "If ``o`` is a wrapped callable using :func:`functools.update_wrapper`, :deco:" | ||
| 204 | 204 | "`functools.wraps`, or :func:`functools.partial`, iteratively unwrap it by " | |
| 205 | 205 | "accessing either ``o.__wrapped__`` or ``o.func`` as appropriate, until you " | |
| 206 | 206 | "have found the root unwrapped function." | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.15\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-07-21 15:29+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-07-31 15:58+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -55,8 +55,8 @@ msgstr "" | |||
| 55 | 55 | msgid "" | |
| 56 | 56 | "The last section has pure Python equivalents for built-in descriptors that " | |
| 57 | 57 | "are written in C. Read this if you're curious about how functions turn into " | |
| 58 | - "bound methods or about the implementation of common tools like :func:" | ||
| 59 | - "`classmethod`, :func:`staticmethod`, :func:`property`, and :term:`__slots__`." | ||
| 58 | + "bound methods or about the implementation of common tools like :deco:" | ||
| 59 | + "`classmethod`, :deco:`staticmethod`, :deco:`property`, and :term:`__slots__`." | ||
| 60 | 60 | msgstr "" | |
| 61 | 61 | ||
| 62 | 62 | msgid "Primer" | |
@@ -388,8 +388,8 @@ msgstr "" | |||
| 388 | 388 | ||
| 389 | 389 | msgid "" | |
| 390 | 390 | "Descriptors are used throughout the language. It is how functions turn into " | |
| 391 | - "bound methods. Common tools like :func:`classmethod`, :func:" | ||
| 392 | - "`staticmethod`, :func:`property`, and :func:`functools.cached_property` are " | ||
| 391 | + "bound methods. Common tools like :deco:`classmethod`, :deco:" | ||
| 392 | + "`staticmethod`, :deco:`property`, and :deco:`functools.cached_property` are " | ||
| 393 | 393 | "all implemented as descriptors." | |
| 394 | 394 | msgstr "" | |
| 395 | 395 | ||
@@ -1290,7 +1290,7 @@ msgid "" | |||
| 1290 | 1290 | msgstr "" | |
| 1291 | 1291 | ||
| 1292 | 1292 | msgid "" | |
| 1293 | - "Using the non-data descriptor protocol, a pure Python version of :func:" | ||
| 1293 | + "Using the non-data descriptor protocol, a pure Python version of :deco:" | ||
| 1294 | 1294 | "`staticmethod` would look like this:" | |
| 1295 | 1295 | msgstr "" | |
| 1296 | 1296 | ||
@@ -1377,7 +1377,7 @@ msgid "" | |||
| 1377 | 1377 | msgstr "" | |
| 1378 | 1378 | ||
| 1379 | 1379 | msgid "" | |
| 1380 | - "Using the non-data descriptor protocol, a pure Python version of :func:" | ||
| 1380 | + "Using the non-data descriptor protocol, a pure Python version of :deco:" | ||
| 1381 | 1381 | "`classmethod` would look like this:" | |
| 1382 | 1382 | msgstr "" | |
| 1383 | 1383 | ||
@@ -1484,7 +1484,7 @@ msgid "" | |||
| 1484 | 1484 | msgstr "" | |
| 1485 | 1485 | ||
| 1486 | 1486 | msgid "" | |
| 1487 | - "5. Blocks tools like :func:`functools.cached_property` which require an " | ||
| 1487 | + "5. Blocks tools like :deco:`functools.cached_property` which require an " | ||
| 1488 | 1488 | "instance dictionary to function correctly:" | |
| 1489 | 1489 | msgstr "" | |
| 1490 | 1490 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments