class documentation

class install(old_install):

View In Hierarchy

Undocumented

Method finalize​_options Undocumented
Method run Undocumented
Method setuptools​_run The setuptools version of the .run() method.
Class Variable sub​_commands Undocumented
Instance Variable install​_lib Undocumented
def finalize_options(self):

Undocumented

def run(self):

Undocumented

def setuptools_run(self):

The setuptools version of the .run() method.

We must pull in the entire code so we can override the level used in the _getframe() call since we wrap this call by one more level.

sub_commands =

Undocumented

install_lib =

Undocumented