JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
download_data.Downloader Class Reference

Public Member Functions

def __init__ (self, **kwargs)
 
def __str__ (self)
 
def printRequest (self, r)
 
def verifyHash (self)
 
def get (self)
 
def download (self)
 
def extract (self)
 
def save (self, r)
 

Static Public Attributes

int MB = 1024*1024
 
int BUFSIZE = 10*MB
 

Detailed Description

Definition at line 13 of file download_data.py.

Constructor & Destructor Documentation

◆ __init__()

Member Function Documentation

◆ __str__()

def download_data.Downloader.__str__ (   self)

Definition at line 25 of file download_data.py.

References download_data.Downloader._name.

◆ download()

def download_data.Downloader.download (   self)

◆ extract()

def download_data.Downloader.extract (   self)

◆ get()

◆ printRequest()

def download_data.Downloader.printRequest (   self,
  r 
)

Definition at line 28 of file download_data.py.

References demo.int, and download_data.Downloader.MB.

Referenced by download_data.Downloader.download().

◆ save()

def download_data.Downloader.save (   self,
  r 
)

◆ verifyHash()

def download_data.Downloader.verifyHash (   self)

Member Data Documentation

◆ BUFSIZE

int download_data.Downloader.BUFSIZE = 10*MB
static

◆ MB

int download_data.Downloader.MB = 1024*1024
static

Definition at line 14 of file download_data.py.

Referenced by download_data.Downloader.printRequest().


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