DocumentList Třída
Podtřída UserList obsahující seznam Document objektů
- Dědičnost
-
azure.functions._abc.DocumentListDocumentListDocumentList
Konstruktor
DocumentList(initlist=None)
Parametry
| Name | Description |
|---|---|
|
initlist
|
výchozí hodnota: None
|
Metody
| append | |
| clear | |
| copy | |
| count | |
| extend | |
| index | |
| insert | |
| pop | |
| remove | |
| reverse | |
| sort |
append
append(item)
Parametry
| Name | Description |
|---|---|
|
item
Vyžadováno
|
|
clear
clear()
copy
copy()
count
count(item)
Parametry
| Name | Description |
|---|---|
|
item
Vyžadováno
|
|
extend
extend(other)
Parametry
| Name | Description |
|---|---|
|
other
Vyžadováno
|
|
index
index(item, *args)
Parametry
| Name | Description |
|---|---|
|
item
Vyžadováno
|
|
insert
insert(i, item)
Parametry
| Name | Description |
|---|---|
|
i
Vyžadováno
|
|
|
item
Vyžadováno
|
|
pop
pop(i=-1)
Parametry
| Name | Description |
|---|---|
|
i
|
výchozí hodnota: -1
|
remove
remove(item)
Parametry
| Name | Description |
|---|---|
|
item
Vyžadováno
|
|
reverse
reverse()
sort
sort(*args, **kwds)