@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.10\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2021-12-17 23:20+0300\n "
11
- "PO-Revision-Date : 2022-01-21 17:55 +0300\n "
11
+ "PO-Revision-Date : 2022-02-20 02:18 +0300\n "
12
12
"Last-Translator : \n "
13
13
"Language-Team : TURKISH\n "
14
14
"Language : tr_TR\n "
@@ -1526,6 +1526,10 @@ msgid ""
1526
1526
"(This is implemented by calling ``getattr(object, name)`` and seeing whether "
1527
1527
"it raises an :exc:`AttributeError` or not.)"
1528
1528
msgstr ""
1529
+ "Argümanlar bir nesne ve dizedir. Eğer dize, nesnenin özelliklerinden birinin "
1530
+ "ismiyse ``True``, değilse ``False`` döndürür. (Bu ``getattr(object, name)`` "
1531
+ "'i çağırarak uygulanır ve :exc:`AttributeError` hatası oluşup oluşmayacağı "
1532
+ "görülür.)"
1529
1533
1530
1534
#: library/functions.rst:751
1531
1535
msgid ""
@@ -1534,13 +1538,21 @@ msgid ""
1534
1538
"dictionary lookup. Numeric values that compare equal have the same hash "
1535
1539
"value (even if they are of different types, as is the case for 1 and 1.0)."
1536
1540
msgstr ""
1541
+ "Nesnenin karma değerini döndürür (eğer varsa). Karma değerler tam "
1542
+ "sayılardır. Sözlükleri incelerken hızlı bir şekilde anahtarları "
1543
+ "karşılaştırmak için kullanılırlar. Karşılaştırıldığında aynı olan nümerik "
1544
+ "değerler aynı karma değere sahiptir (1 ve 1.0 durumunda olduğu gibi farklı "
1545
+ "veri tiplerinde olsalar bile)."
1537
1546
1538
1547
#: library/functions.rst:758
1539
1548
msgid ""
1540
1549
"For objects with custom :meth:`__hash__` methods, note that :func:`hash` "
1541
1550
"truncates the return value based on the bit width of the host machine. See :"
1542
1551
"meth:`__hash__` for details."
1543
1552
msgstr ""
1553
+ ":meth:`__hash__` metodu olan nesneler için, :func:`hash` öğesinin ana "
1554
+ "makinenin bit genişliğine göre döndürdüğü değeri kestiğini unutmayın. "
1555
+ "Detaylar için :meth:`__hash__` 'e bakınız."
1544
1556
1545
1557
#: library/functions.rst:764
1546
1558
msgid ""
@@ -1551,6 +1563,12 @@ msgid ""
1551
1563
"documentation topic, and a help page is printed on the console. If the "
1552
1564
"argument is any other kind of object, a help page on the object is generated."
1553
1565
msgstr ""
1566
+ "Yerleşik yardım sistemini çağırın. (Bu fonksiyon interaktif kullanıma "
1567
+ "yöneliktir.) Eğer argüman verilmediyse, interaktif yardım sistemi "
1568
+ "yorumlayıcı konsolunda başlar. Eğer argüman bir dize ise, bir modül, "
1569
+ "fonksiyon, sınıf, metot, anahtar kelime veya dokümantasyon konusu için "
1570
+ "dizeye bakılır ve bir yardım sayfası konsola bastırılır. Eğer argüman başka "
1571
+ "tipte bir nesne ise, nesne üzerinde bir yardım sayfası oluşturulur."
1554
1572
1555
1573
#: library/functions.rst:771
1556
1574
msgid ""
@@ -1559,43 +1577,60 @@ msgid ""
1559
1577
"positional-only. For more info, see :ref:`the FAQ entry on positional-only "
1560
1578
"parameters <faq-positional-only-arguments>`."
1561
1579
msgstr ""
1580
+ "Eğer :func:`help` çağrılırken bir fonksiyonun parametre listesinde eğik "
1581
+ "çizgi(/) bulunuyorsa, bu, eğik çizgiden önceki parametrelerin yalnızca "
1582
+ "konumsal olduğu anlamına gelir. Daha fazla bilgi için :ref:`the FAQ entry on "
1583
+ "positional-only parameters <faq-positional-only-arguments>` 'a bakınız."
1562
1584
1563
1585
#: library/functions.rst:776
1564
1586
msgid ""
1565
1587
"This function is added to the built-in namespace by the :mod:`site` module."
1566
1588
msgstr ""
1589
+ "Bu fonksiyon :mod:`site` modülü tarafından yerleşik ad alanına eklenir."
1567
1590
1568
1591
#: library/functions.rst:778
1569
1592
msgid ""
1570
1593
"Changes to :mod:`pydoc` and :mod:`inspect` mean that the reported signatures "
1571
1594
"for callables are now more comprehensive and consistent."
1572
1595
msgstr ""
1596
+ ":mod:`pydoc` ve :mod:`inspect` 'e gelen değişiklikler, çağrılabilir nesneler "
1597
+ "için rapor edilen damgaların artık daha kapsamlı ve tutarlı olduğunu ifade "
1598
+ "eder."
1573
1599
1574
1600
#: library/functions.rst:785
1575
1601
msgid ""
1576
1602
"Convert an integer number to a lowercase hexadecimal string prefixed with "
1577
1603
"\" 0x\" . If *x* is not a Python :class:`int` object, it has to define an :"
1578
1604
"meth:`__index__` method that returns an integer. Some examples:"
1579
1605
msgstr ""
1606
+ "Bir tam sayıyı küçük harflerden oluşan ve \" 0x\" ile başlayan onaltılık bir "
1607
+ "dizeye dönüştürür. Eğer *x* Python :class:`int` nesnesi değilse, tam sayı "
1608
+ "döndüren bir :meth:`__index__` metoduna sahip olmalidir. Bazı örnekler:"
1580
1609
1581
1610
#: library/functions.rst:794
1582
1611
msgid ""
1583
1612
"If you want to convert an integer number to an uppercase or lower "
1584
1613
"hexadecimal string with prefix or not, you can use either of the following "
1585
1614
"ways:"
1586
1615
msgstr ""
1616
+ "Eğer bir tam sayıyı büyük harf-küçük harf, önekli-öneksiz bir onaltılık "
1617
+ "sayıya dönüştürmek istiyorsanız, aşağıdaki yolları kullanabilirsiniz:"
1587
1618
1588
1619
#: library/functions.rst:806
1589
1620
msgid ""
1590
1621
"See also :func:`int` for converting a hexadecimal string to an integer using "
1591
1622
"a base of 16."
1592
1623
msgstr ""
1624
+ "Ayrıca onaltılık bir dizgiyi 16 tabanını kullanarak bir tam sayıya "
1625
+ "dönüştürmek için :func:`int` 'e bakınız."
1593
1626
1594
1627
#: library/functions.rst:811
1595
1628
msgid ""
1596
1629
"To obtain a hexadecimal string representation for a float, use the :meth:"
1597
1630
"`float.hex` method."
1598
1631
msgstr ""
1632
+ "Bir gerçel sayıdan onaltılık bir dize gösterimi elde etmek için :meth:`float."
1633
+ "hex' metodunu kullanın."
1599
1634
1600
1635
#: library/functions.rst:817
1601
1636
msgid ""
@@ -1604,6 +1639,9 @@ msgid ""
1604
1639
"Two objects with non-overlapping lifetimes may have the same :func:`id` "
1605
1640
"value."
1606
1641
msgstr ""
1642
+ "Bir nesnenin \" kimlik\" 'ini döndürür. Bu nesnenin ömrü boyunca eşsiz ve "
1643
+ "sabit olduğu garanti edilen bir tam sayıdır. Ömürleri örtüşmeyen iki nesne "
1644
+ "aynı :func:`id` değerine sahip olabilir."
1607
1645
1608
1646
#: library/functions.rst:824
1609
1647
msgid ""
0 commit comments