DocumentList 클래스
UserList
개체 목록을 Document 포함하는 서브클래스
- 상속
-
azure.functions._abc.DocumentListDocumentListDocumentList
생성자
DocumentList(initlist=None)
매개 변수
Name | Description |
---|---|
initlist
|
기본값: None
|
메서드
append | |
clear | |
copy | |
count | |
extend | |
index | |
insert | |
pop | |
remove | |
reverse | |
sort |
append
append(item)
매개 변수
Name | Description |
---|---|
item
필수
|
|
clear
clear()
copy
copy()
count
count(item)
매개 변수
Name | Description |
---|---|
item
필수
|
|
extend
extend(other)
매개 변수
Name | Description |
---|---|
other
필수
|
|
index
index(item, *args)
매개 변수
Name | Description |
---|---|
item
필수
|
|
insert
insert(i, item)
매개 변수
Name | Description |
---|---|
i
필수
|
|
item
필수
|
|
pop
pop(i=-1)
매개 변수
Name | Description |
---|---|
i
|
기본값: -1
|
remove
remove(item)
매개 변수
Name | Description |
---|---|
item
필수
|
|
reverse
reverse()
sort
sort(*args, **kwds)
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python