class documentation

class SpecLoaderAdapter: (source)

View In Hierarchy

Adapt a package spec to adapt the underlying loader.

Method __getattr__ Undocumented
Method __init__ Undocumented
Instance Variable loader Undocumented
Instance Variable spec Undocumented
def __getattr__(self, name): (source)

Undocumented

def __init__(self, spec, adapter=(lambda spec: spec.loader)): (source)

Undocumented

Undocumented

Undocumented