get_entity method

get_entity

Maps a URI to an object containing the actual resource.

Returns

A io.RawIOBase object or null if resource cannot be streamed.

def get_entity(self, absolute_uri):
    ...
ParameterTypeDescription
absolute_uristrAbsolute URI to the object.

See Also