Home
last modified time | relevance | path

Searched refs:_DownloadThread (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Ddownload_thread.h18 typedef struct _DownloadThread DownloadThread;
20 struct _DownloadThread { struct
/dports/textproc/py-nltk/nltk-3.4.1/nltk/
H A Ddownloader.py2084 self._DownloadThread(
2107 class _DownloadThread(threading.Thread): class in DownloaderGUI