Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e06927 + b77bb6f commit a7c7cc7Copy full SHA for a7c7cc7
c-api/list.po
@@ -39,12 +39,16 @@ msgid ""
39
"Return true if *p* is a list object or an instance of a subtype of the list "
40
"type. This function always succeeds."
41
msgstr ""
42
+"如果 *p* 是一個 list 物件或者是 list 型別的子型別的實例,就回傳 true。這個函"
43
+"式永遠會成功執行。"
44
45
#: ../../c-api/list.rst:30
46
msgid ""
47
"Return true if *p* is a list object, but not an instance of a subtype of the "
48
"list type. This function always succeeds."
49
50
+"如果 *p* 是一個 list 物件但不是 list 型別的子型別的實例,就回傳 true。這個函"
51
52
53
#: ../../c-api/list.rst:36
54
msgid "Return a new list of length *len* on success, or ``NULL`` on failure."
0 commit comments