Share via


OutConverter クラス

継承
azure.functions.meta._BaseConverter
OutConverter

コンストラクター

OutConverter()

メソッド

check_output_type_annotation
encode

check_output_type_annotation

abstract classmethod check_output_type_annotation(pytype: type) -> bool

パラメーター

名前 説明
pytype
必須

encode

abstract classmethod encode(obj: Any, *, expected_type: type | None) -> Datum | None

パラメーター

名前 説明
obj
必須

Keyword-Only パラメータ

名前 説明
expected_type
必須