Orbits
1
|
Public Member Functions | |
def | initialize_options |
def | finalize_options |
def | handle_extra_path |
def | run |
def | do_egg_install |
Public Attributes | |
old_and_unmanageable | |
single_version_externally_managed | |
path_file | |
extra_dirs | |
Static Public Attributes | |
list | user_options |
list | boolean_options |
list | new_commands |
Static Private Member Functions | |
def | _called_from_setup |
Static Private Attributes | |
tuple | _nc = dict(new_commands) |
Use easy_install to install the package, w/dependencies
|
staticprivate |
Attempt to detect whether run() was called from setup() or by another command. If called by setup(), the parent caller will be the 'run_command' method in 'distutils.dist', and *its* caller will be the 'run_commands' method. If called any other way, the immediate caller *might* be 'run_command', but it won't have been called by 'run_commands'. Return True in that case or if a call stack is unavailable. Return False otherwise.
def setuptools.command.install.install.do_egg_install | ( | self | ) |
def setuptools.command.install.install.finalize_options | ( | self | ) |
def setuptools.command.install.install.handle_extra_path | ( | self | ) |
def setuptools.command.install.install.initialize_options | ( | self | ) |
def setuptools.command.install.install.run | ( | self | ) |
|
staticprivate |
|
static |
setuptools.command.install.install.extra_dirs |
|
static |
setuptools.command.install.install.old_and_unmanageable |
setuptools.command.install.install.path_file |
setuptools.command.install.install.single_version_externally_managed |
|
static |
Copyright 2014 Google Inc. All rights reserved.