http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/response.html
= 0 or end_quote == - 1 : raise ValueError ( " the next entry isn ' t a quoted value: " + line ) next_entry , remainder = remainder [ 1 : end_quote ], remainder [ end_quote + 1 :] else : # non-quoted value, just need to check if there ' s more data afterward if ' ' in remainder : next_entry , remainder = remainder . split ( ' ' , 1 ) else : next_entry , remainder = remainder , ' ' if escaped : # Tor does escaping in its ' esc_for_log ' function of ' common/util.c ' . It ' s # hard to tell...