HOPS
HOPS class reference
Public Member Functions | Public Attributes | List of all members
vpal.utility.Bar Class Reference
Inheritance diagram for vpal.utility.Bar:
[legend]

Public Member Functions

def __init__ (self, status, max)
 
def finish (self)
 
def next (self)
 
def start (self)
 

Public Attributes

 cursor_chars
 
 status
 
 tick_count
 
 total_n_ticks
 

Detailed Description

Dumb spinning cursor progress.Bar-like class for when the progress module is unavailable

Constructor & Destructor Documentation

◆ __init__()

def vpal.utility.Bar.__init__ (   self,
  status,
  max 
)

Member Function Documentation

◆ finish()

def vpal.utility.Bar.finish (   self)

◆ next()

def vpal.utility.Bar.next (   self)

◆ start()

def vpal.utility.Bar.start (   self)

Member Data Documentation

◆ cursor_chars

vpal.utility.Bar.cursor_chars

◆ status

vpal.utility.Bar.status

◆ tick_count

vpal.utility.Bar.tick_count

◆ total_n_ticks

vpal.utility.Bar.total_n_ticks

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