DocumentList 類別
UserList包含物件清單的 Document 子類別
- 繼承
-
azure.functions._abc.DocumentListDocumentListDocumentList
建構函式
DocumentList(initlist=None)
參數
| 名稱 | Description |
|---|---|
|
initlist
|
預設值: None
|
方法
| append | |
| clear | |
| copy | |
| count | |
| extend | |
| index | |
| insert | |
| pop | |
| remove | |
| reverse | |
| sort |
append
append(item)
參數
| 名稱 | Description |
|---|---|
|
item
必要
|
|
clear
clear()
copy
copy()
count
count(item)
參數
| 名稱 | Description |
|---|---|
|
item
必要
|
|
extend
extend(other)
參數
| 名稱 | Description |
|---|---|
|
other
必要
|
|
index
index(item, *args)
參數
| 名稱 | Description |
|---|---|
|
item
必要
|
|
insert
insert(i, item)
參數
| 名稱 | Description |
|---|---|
|
i
必要
|
|
|
item
必要
|
|
pop
pop(i=-1)
參數
| 名稱 | Description |
|---|---|
|
i
|
預設值: -1
|
remove
remove(item)
參數
| 名稱 | Description |
|---|---|
|
item
必要
|
|
reverse
reverse()
sort
sort(*args, **kwds)