class documentation

class TraversableResourcesLoader: (source)

View In Hierarchy

Adapt loaders to provide TraversableResources and other compatibility. Used primarily for Python 3.9 and earlier where the native loaders do not yet implement TraversableResources.

Method __init__ Undocumented
Method get_resource_reader Undocumented
Instance Variable spec Undocumented
Property path Undocumented
def __init__(self, spec): (source)

Undocumented

def get_resource_reader(self, name): (source)

Undocumented

Undocumented

Undocumented