Variables | |
tuple | p = optparse.OptionParser(usage="usage: %prog [options] <key> <value>") |
string | default = "http://localhost:1234/" |
string | help = "gateway URI, list at http://opendht.org/servers.txt" |
string | type = "int" |
string | help = "can be used to remove the value later" |
tuple | pxy = ServerProxy(opts.gateway) |
tuple | key = Binary(sha.new(args[0]).digest()) |
tuple | ttl = int(opts.ttl) |
string put::default = "http://localhost:1234/" [static] |
string put::help = "can be used to remove the value later" [static] |
string put::help = "gateway URI, list at http://opendht.org/servers.txt" [static] |
tuple put::key = Binary(sha.new(args[0]).digest()) [static] |
tuple put::pxy = ServerProxy(opts.gateway) [static] |
tuple put::ttl = int(opts.ttl) [static] |
string put::type = "int" [static] |