Variables | |
tuple | p = optparse.OptionParser(usage="usage: %prog [options] <key> <value> <secret>") |
string | default = "http://localhost:1234/" |
string | help = "gateway URI, list at http://opendht.org/servers.txt" |
string | type = "int" |
tuple | pxy = ServerProxy(opts.gateway) |
tuple | key = Binary(sha.new(args[0]).digest()) |
tuple | vh = Binary(sha.new(args[1]).digest()) |
string rm::default = "http://localhost:1234/" [static] |
string rm::help = "gateway URI, list at http://opendht.org/servers.txt" [static] |
tuple rm::key = Binary(sha.new(args[0]).digest()) [static] |
tuple rm::pxy = ServerProxy(opts.gateway) [static] |
string rm::type = "int" [static] |
tuple rm::vh = Binary(sha.new(args[1]).digest()) [static] |