http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/descriptor/networkstatus.html
_lazy_loading and descriptor . is_vote : descriptor . consensus_methods = [ 1 ] value , consensus_methods = _value ( ' consensus-methods ' , entries ), [] for entry in value . split ( ' ' ): if not entry . isdigit (): raise ValueError ( " A network status document ' s consensus-methods must be a list of integer values, but was ' %s ' " % value ) consensus_methods . append ( int ( entry )) descriptor . consensus_methods = consensus_methods def _parse_header_consensus_method_line ( descriptor , entries ): #...