pycrossword  0.4
Pure-Python implementation of a crossword puzzle generator and editor
Public Member Functions | Public Attributes | Private Member Functions | List of all members
pycross.dbapi.HunspellDownloadTask Class Reference
Inheritance diagram for pycross.dbapi.HunspellDownloadTask:

Public Member Functions

def __init__ (self, settings, dicfolder, url, lang, overwrite=True, on_stopcheck=None, id=0)
 
def get_filesize_url (self, url)
 
def run (self)
 

Public Attributes

 signals
 
 dicfolder
 
 url
 
 lang
 
 overwrite
 
 id
 
 on_stopcheck
 
 timeout_
 
 proxies_
 

Private Member Functions

def _delete_file (self, filepath)
 

Constructor & Destructor Documentation

◆ __init__()

def pycross.dbapi.HunspellDownloadTask.__init__ (   self,
  settings,
  dicfolder,
  url,
  lang,
  overwrite = True,
  on_stopcheck = None,
  id = 0 
)

Member Function Documentation

◆ _delete_file()

def pycross.dbapi.HunspellDownloadTask._delete_file (   self,
  filepath 
)
private

◆ get_filesize_url()

def pycross.dbapi.HunspellDownloadTask.get_filesize_url (   self,
  url 
)

◆ run()

def pycross.dbapi.HunspellDownloadTask.run (   self)

Member Data Documentation

◆ dicfolder

pycross.dbapi.HunspellDownloadTask.dicfolder

◆ id

pycross.dbapi.HunspellDownloadTask.id

◆ lang

pycross.dbapi.HunspellDownloadTask.lang

◆ on_stopcheck

pycross.dbapi.HunspellDownloadTask.on_stopcheck

◆ overwrite

pycross.dbapi.HunspellDownloadTask.overwrite

◆ proxies_

pycross.dbapi.HunspellDownloadTask.proxies_

◆ signals

pycross.dbapi.HunspellDownloadTask.signals

◆ timeout_

pycross.dbapi.HunspellDownloadTask.timeout_

◆ url

pycross.dbapi.HunspellDownloadTask.url

The documentation for this class was generated from the following file: