OutConverter Class
Constructor
OutConverter()
Methods
check_output_type_annotation | |
encode |
check_output_type_annotation
abstract classmethod check_output_type_annotation(pytype: type) -> bool
Parameters
Name | Description |
---|---|
pytype
Required
|
|
encode
abstract classmethod encode(obj: Any, *, expected_type: type | None) -> Datum | None
Parameters
Name | Description |
---|---|
obj
Required
|
|
Keyword-Only Parameters
Name | Description |
---|---|
expected_type
Required
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python