http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/directory.html
_hash_attr ( self , ' address ' , ' or_port ' , ' dir_port ' , ' fingerprint ' , ' nickname ' , ' orport_v6 ' ) def __eq__ ( self , other ): return hash ( self ) == hash ( other ) if isinstance ( other , Directory ) else False def __ne__ ( self , other ): return not self == other [docs] class Authority ( Directory ): " " " Tor directory authority, a special type of relay `hardcoded into tor < https://gitweb.torproject.org/tor.git/plain/src/or/auth_dirs.inc > `_ to enumerate the relays in...