Orbits
1
|
Public Member Functions | |
def | initialize_options |
def | finalize_options |
def | run |
def | get_outputs |
def | copytree |
def | install_namespaces |
Public Member Functions inherited from setuptools.Command | |
def | __init__ |
def | reinitialize_command |
Public Attributes | |
install_dir | |
source | |
target | |
outputs | |
Static Public Attributes | |
string | description = "Install an .egg-info directory for the package" |
list | user_options |
Static Public Attributes inherited from setuptools.Command | |
command_consumes_arguments = False | |
Private Member Functions | |
def | _get_all_ns_packages |
Install an .egg-info directory for the package
|
private |
def setuptools.command.install_egg_info.install_egg_info.copytree | ( | self | ) |
def setuptools.command.install_egg_info.install_egg_info.finalize_options | ( | self | ) |
def setuptools.command.install_egg_info.install_egg_info.get_outputs | ( | self | ) |
def setuptools.command.install_egg_info.install_egg_info.initialize_options | ( | self | ) |
def setuptools.command.install_egg_info.install_egg_info.install_namespaces | ( | self | ) |
def setuptools.command.install_egg_info.install_egg_info.run | ( | self | ) |
|
static |
setuptools.command.install_egg_info.install_egg_info.install_dir |
setuptools.command.install_egg_info.install_egg_info.outputs |
setuptools.command.install_egg_info.install_egg_info.source |
setuptools.command.install_egg_info.install_egg_info.target |
|
static |
Copyright 2014 Google Inc. All rights reserved.