Skip to content

4. Public properties (en)

Patsuckow Aleksey edited this page Dec 27, 2019 · 1 revision

Public properties, that can be used in your code:

self.iteration  : int
    Required to store the number of iterations.
    [default: self.iteration = start]

self.loaded_bytes  : int
    Required to store the number of bytes loaded (down/up).
    [default: self.loaded_bytes = 0]
Clone this wiki locally