class documentation

Undocumented

Method __init__ Undocumented
Method files Return a Traversable object for the loaded package.
Method resource_path Return the file system path to prevent `resources.path()` from creating a temporary copy.
Instance Variable path Undocumented

Inherited from TraversableResources:

Method contents Return an iterable of entries in `package`.
Method is_resource Return True if the named 'path' is a resource.
Method open_resource Return an opened, file-like object for binary reading.
def __init__(self, namespace_path): (source)

Undocumented

def files(self): (source)

Return a Traversable object for the loaded package.

def resource_path(self, resource): (source)

Return the file system path to prevent `resources.path()` from creating a temporary copy.

Undocumented