Orbits
1
|
Public Member Functions | |
def | __init__ |
def | run |
def | search |
Public Member Functions inherited from pip.basecommand.Command | |
def | __init__ |
def | setup_logging |
def | parse_args |
def | main |
Static Public Attributes | |
string | name = 'search' |
string | usage |
string | summary = 'Search PyPI for packages.' |
Static Public Attributes inherited from pip.basecommand.Command | |
name = None | |
usage = None | |
hidden = False | |
Additional Inherited Members | |
Public Attributes inherited from pip.basecommand.Command | |
parser | |
cmd_opts | |
Search for PyPI packages whose name or summary contains <query>.
def pip.commands.search.SearchCommand.__init__ | ( | self, | |
args, | |||
kw | |||
) |
def pip.commands.search.SearchCommand.run | ( | self, | |
options, | |||
args | |||
) |
def pip.commands.search.SearchCommand.search | ( | self, | |
query, | |||
index_url | |||
) |
|
static |
|
static |
Copyright 2014 Google Inc. All rights reserved.