class documentation

class DevelopInstaller(Installer): (source)

Known subclasses: setuptools.command.develop.develop

View In Hierarchy

Undocumented

Method _get_root Undocumented
Method _get_target Undocumented

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 _get_root(self): (source)
def _get_target(self): (source)