whitelisted_resources property

whitelisted_resources property

The whitelisted_resources property implements IResourceLoadingOptions.whitelisted_resources.

Definition:

@property
def whitelisted_resources(self):
    ...
@whitelisted_resources.setter
def whitelisted_resources(self, value):
    ...

See Also