Skip to main content

host_to_dict

No overview available.

def host_to_dict(
host: object
) - > dict

Converts a host object into a dictionary representation for serialization or data processing.

Parameters

NameTypeDescription
hostobjectThe host instance to be converted into a dictionary format.

Returns

TypeDescription
dictA dictionary containing the host's attributes and metadata.