http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/proc.html
:param int pid: pid to provide connections for :param str user: username to look up connections for :returns: **list** of :class:`~stem.util.connection.Connection` instances :raises: **IOError** if it can ' t be determined " " " start_time , conn = time . time (), [] if pid : parameter = ' connections for pid %s ' % pid try : pid = int ( pid ) if pid < 0 : raise IOError ( " Process pids can ' t be negative: %s " % pid ) except ( ValueError , TypeError ): raise IOError ( ' Process pid was...