DocumentList クラス

オブジェクトのUserListDocumentリストを含むサブクラス

継承
azure.functions._abc.DocumentList
DocumentList
DocumentList

コンストラクター

DocumentList(initlist=None)

パラメーター

名前 説明
initlist
既定値: None

メソッド

append
clear
copy
count
extend
index
insert
pop
remove
reverse
sort

append

append(item)

パラメーター

名前 説明
item
必須

clear

clear()

copy

copy()

count

count(item)

パラメーター

名前 説明
item
必須

extend

extend(other)

パラメーター

名前 説明
other
必須

index

index(item, *args)

パラメーター

名前 説明
item
必須

insert

insert(i, item)

パラメーター

名前 説明
i
必須
item
必須

pop

pop(i=-1)

パラメーター

名前 説明
i
既定値: -1

remove

remove(item)

パラメーター

名前 説明
item
必須

reverse

reverse()

sort

sort(*args, **kwds)