uri property

ResourceLoadingArgs.uri property

URI of the resource which is used for downloading if IResourceLoadingCallback.resource_loading() returns ResourceLoadingAction.DEFAULT.

Initially it’s set to absolute URI of the resource, but user can redefine it to any value.

@property
def uri(self) -> str:
    ...

@uri.setter
def uri(self, value: str):
    ...

See Also