你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentList 类
包含 UserList
对象列表的 Document 子类
- 继承
-
azure.functions._abc.DocumentListDocumentListDocumentList
DocumentList(initlist=None)
名称 | 说明 |
---|---|
initlist
|
默认值: None
|
append(item)
参数
名称 | 说明 |
---|---|
item
必需
|
|
clear()
copy()
count(item)
参数
名称 | 说明 |
---|---|
item
必需
|
|
extend(other)
参数
名称 | 说明 |
---|---|
other
必需
|
|
index(item, *args)
参数
名称 | 说明 |
---|---|
item
必需
|
|
insert(i, item)
参数
名称 | 说明 |
---|---|
i
必需
|
|
item
必需
|
|
pop(i=-1)
参数
名称 | 说明 |
---|---|
i
|
默认值: -1
|
remove(item)
参数
名称 | 说明 |
---|---|
item
必需
|
|
reverse()
sort(*args, **kwds)