Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Classes | |
class | upload.ClientLoginError |
class | upload.AbstractRpcServer |
class | upload.HttpRpcServer |
elif e.code >= 500 and e.code < 600: Server Error - try again.More... | |
class | upload.VersionControlSystem |
class | upload.SubversionVCS |
class | upload.GitVCS |
class | upload.MercurialVCS |
Namespaces | |
namespace | upload |
Functions | |
def | upload.GetEmail |
def | upload.StatusUpdate |
def | upload.ErrorExit |
def | upload.GetRpcServer |
def | upload.EncodeMultipartFormData |
def | upload.GetContentType |
def | upload.RunShellWithReturnCode |
def | upload.RunShell |
def | upload.SplitPatch |
def | upload.UploadSeparatePatches |
def | upload.GuessVCS |
def | upload.RealMain |
def | upload.main |
Variables | |
int | upload.verbosity 1 |
int | upload.MAX_UPLOAD_SIZE 900 |
tuple | upload.parser optparse.OptionParser(usage="%prog [options] [-- diff_options]") |
string | upload.dest "assume_yes" |
string | upload.help "Assume that the answer to yes/no questions is 'yes'." |
tuple | upload.group parser.add_option_group("Logging options") |
string | upload.default "codereview.appspot.com" |
string | upload.metavar "SERVER" |
tuple | upload.use_shell sys.platform.startswith("win") |