class documentation

class CompatibilityFiles: (source)

View In Hierarchy

Adapter for an existing or non-existent resource reader to provide a compatibility .files().

Class ChildPath Path tied to a resource reader child. Can be read but doesn't expose any meaningful children.
Class OrphanPath Orphan path, not tied to a module spec or resource reader. Can't be read and doesn't expose any meaningful children.
Class SpecPath Path tied to a module spec. Can be read and exposes the resource reader children.
Method __getattr__ Undocumented
Method __init__ Undocumented
Method files Undocumented
Instance Variable spec Undocumented
Method _native Return the native reader if it supports files().
Property _reader Undocumented
def __getattr__(self, attr): (source)

Undocumented

def __init__(self, spec): (source)

Undocumented

def files(self): (source)

Undocumented

Undocumented

def _native(self): (source)

Return the native reader if it supports files().

Undocumented