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 | type = "int" |
tuple | pxy = ServerProxy(opts.gateway) |
tuple | pm = Binary("") |
string | hex = '0x' |
string get::default = "http://localhost:1234/" |
string get::help = "gateway URI, list at http://opendht.org/servers.txt" |
string get::hex = '0x' |
Referenced by openPort(), and operator<<().
tuple get::p = optparse.OptionParser(usage="usage: %prog [options] <key>") |
tuple get::pm = Binary("") |
Referenced by NeighborsList::buildVoronoi().
tuple get::pxy = ServerProxy(opts.gateway) |
string get::type = "int" |