get_presentation_links method

get_presentation_links(role_uri, arcrole_uri)

Gets the presentation links in the xbrl instance.

Returns

The presentation links with the role URI and arcrole URI

def get_presentation_links(self, role_uri, arcrole_uri):
    ...
ParameterTypeDescription
role_uristrThe presentation link role URI.
arcrole_uristrThe presentation link arcrole URI

See Also