http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/socket.html
ControlMessage ([( status_code , divider , content )], line , arrived_at = arrived_at ) else : parsed_content , raw_content , first_line = [], bytearray (), False raw_content += line if divider == ' - ' : # mid-reply line, keep pulling for more content parsed_content . append (( status_code , divider , content )) elif divider == ' ' : # end of the message, return the message parsed_content . append (( status_code , divider , content )) _log_trace ( bytes ( raw_content )) return stem ....