vsi.tools.network package
Submodules
vsi.tools.network.localdatatest module
vsi.tools.network.speedtest module
- class vsi.tools.network.speedtest.FileGetter(url, start)[source]
Bases:
Thread
- run()[source]
Method representing the thread’s activity.
You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.
- class vsi.tools.network.speedtest.FilePutter(url, start, size)[source]
Bases:
Thread
- run()[source]
Method representing the thread’s activity.
You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.