class documentation

class _NamespaceInstaller(namespaces.Installer): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable distribution Undocumented
Instance Variable dry_run Undocumented
Instance Variable editable_name Undocumented
Instance Variable installation_dir Undocumented
Instance Variable outputs Undocumented
Instance Variable src_root Undocumented
Method _get_root Where the modules/packages should be loaded from.
Method _get_target Installation target.

Inherited from Installer:

Method install_namespaces Undocumented
Method uninstall_namespaces Undocumented
Class Variable nspkg_ext Undocumented
Static Method _pkg_names Given a namespace package, yield the components of that package.
Method _gen_nspkg_line Undocumented
Method _get_all_ns_packages Return sorted list of all package namespaces
Class Variable _nspkg_tmpl lines for the namespace installer
Class Variable _nspkg_tmpl_multi additional line(s) when a parent package is indicated
def __init__(self, distribution, installation_dir, editable_name, src_root): (source)

Undocumented

distribution = (source)

Undocumented

Undocumented

editable_name = (source)

Undocumented

installation_dir = (source)

Undocumented

Undocumented

src_root = (source)

Undocumented

def _get_root(self): (source)

Where the modules/packages should be loaded from.

def _get_target(self): (source)

Installation target.