http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/conf.html
= count : raise ValueError ( " Config entry ' %s ' is expected to be %i comma separated values, got ' %s ' " % ( key , count , value )) elif isinstance ( count , tuple ) and len ( count ) == 2 : minimum , maximum = count if minimum is not None and len ( values ) < minimum : raise ValueError ( " Config entry ' %s ' must have at least %i comma separated values, got ' %s ' " % ( key , minimum , value )) if maximum is not None and len ( values ) > maximum : raise ValueError (...