Variables | |
tuple | p = optparse.OptionParser(usage="usage: %prog [options] <key>") |
string | default = "http://localhost:1234/" |
string | help = "gateway URI, list at http://opendht.org/servers.txt" |
string | help = "print secret hash and TTL remaining for each value" |
string | type = "int" |
tuple | pxy = ServerProxy(opts.gateway) |
tuple | pm = Binary("") |
string | hex = '0x' |
string get::default = "http://localhost:1234/" [static] |
string get::help = "print secret hash and TTL remaining for each value" [static] |
string get::help = "gateway URI, list at http://opendht.org/servers.txt" [static] |
string get::hex = '0x' [static] |
tuple get::p = optparse.OptionParser(usage="usage: %prog [options] <key>") [static] |
tuple get::pm = Binary("") [static] |
tuple get::pxy = ServerProxy(opts.gateway) [static] |
string get::type = "int" [static] |