This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"configuration information about object constructors which are not classes. "
"Such constructors may be factory functions or class instances."
msgstr ""
":mod:`copyreg` modülü, belirli nesneler pickle'lanırken kullanılan "
"fonksiyonları tanımlamak için bir yol sunar. :mod:`pickle` ve :mod:`copy` "
"modülleri, bu nesneleri pickle'larken/kopyalarken bu fonksiyonları "
"kullanır. Modül, sınıf olmayan nesne kurucuları hakkında yapılandırma "
"bilgisi sağlar. Bu tür kurucular fabrika fonksiyonları veya sınıf örnekleri "
"olabilir."
#: library/copyreg.rst:24
msgid ""
"Declares *object* to be a valid constructor. If *object* is not callable "
"(and hence not valid as a constructor), raises :exc:`TypeError`."
msgstr ""
"*object*'i geçerli bir kurucu olarak bildirir. Eğer *object* çağrılabilir "
"değilse (ve dolayısıyla kurucu olarak geçerli değilse), :exc:`TypeError` "
"hatası ortaya çıkarır."
#: library/copyreg.rst:30
msgid ""
Expand All
@@ -46,38 +55,50 @@ msgid ""
"containing between two and six elements. See the :attr:`~pickle.Pickler."
"dispatch_table` for more details on the interface of *function*."
msgstr ""
"*type* türündeki nesneler için *function*'ın bir \"reduction\" (indirgeme) "
"fonksiyonu olarak kullanılması gerektiğini bildirir. *function*, bir dize "
"ya da iki ile altı arasında öğe içeren bir tuple döndürmelidir. "
"*function*'ın arayüzü hakkında daha fazla ayrıntı için "
":attr:`~pickle.Pickler.dispatch_table`'a bakın."
#: library/copyreg.rst:35
msgid ""
"The *constructor_ob* parameter is a legacy feature and is now ignored, but "
"if passed it must be a callable."
msgstr ""
"*constructor_ob* parametresi eski (legacy) bir özelliktir ve artık yok "
"sayılır, ancak geçirilirse çağrılabilir olmalıdır."
#: library/copyreg.rst:38
msgid ""
"Note that the :attr:`~pickle.Pickler.dispatch_table` attribute of a pickler "
"object or subclass of :class:`pickle.Pickler` can also be used for declaring "
"reduction functions."
msgstr ""
"Bir pickler nesnesinin veya :class:`pickle.Pickler` alt sınıfının "
":attr:`~pickle.Pickler.dispatch_table` özniteliğinin de indirgeme "
"(reduction) fonksiyonlarını bildirmek için kullanılabileceğini unutmayın."
#: library/copyreg.rst:43
msgid "Example"
msgstr ""
msgstr "Örnek"
#: library/copyreg.rst:45
msgid ""
"The example below would like to show how to register a pickle function and "
"how it will be used:"
msgstr ""
"Aşağıdaki örnek, bir pickle fonksiyonunun nasıl kaydedileceğini ve nasıl "
"kullanılacağını gösterir:"
#: library/copyreg.rst:9
msgid "module"
msgstr ""
msgstr "modül"
#: library/copyreg.rst:9
msgid "pickle"
msgstr ""
msgstr "pickle"
#: library/copyreg.rst:9
msgid "copy"
msgstr ""
msgstr "copy"
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
library/copyreg.po TR translation #229
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
library/copyreg.po TR translation #229
Filter by extension
Viewed files
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing