module documentation

Some async method utilities.

Function list_of_objects Convert a list of 'entries' in response to list of objects.
Type Variable T Undocumented
def list_of_objects(obj_type, response, connection): (source)

Convert a list of 'entries' in response to list of objects.

Parameters
obj_type:Type[T]Undocumented
response:ContentTypeUndocumented
connection:ConnectionProtoUndocumented
Returns
List[T]Undocumented

Undocumented

Value
TypeVar('T',
        bound=RESTObject)