class documentation

class __impl(threading.Thread):

View In Hierarchy

Undocumented

Static Method pad_str_to_width Pad the string to be terminal width.
Static Method terminal_width Estimate the width of the terminal
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method print_all Undocumented
Method print_full_verbose Undocumented
Method print_tail Undocumented
Method print_verbose Undocumented
Method rosmake_cache_info Undocumented
Method rosmake_pkg_times_to_string Undocumented
Method run Undocumented
Method set_status Undocumented
Method set_status_from_cache Undocumented
Method shutdown Undocumented
Instance Variable build_queue Undocumented
Instance Variable cache_argument Undocumented
Instance Variable cache_right Undocumented
Instance Variable condition Undocumented
Instance Variable done Undocumented
Instance Variable duration Undocumented
Instance Variable full_verbose Undocumented
Instance Variable pkg_start_times Undocumented
Instance Variable running Undocumented
Instance Variable status Undocumented
Instance Variable verbose Undocumented
Method _print_status Undocumented
Instance Variable _last_status Undocumented
@staticmethod
def pad_str_to_width(str, width):

Pad the string to be terminal width.

@staticmethod
def terminal_width():

Estimate the width of the terminal

def __enter__(self):

Undocumented

def __exit__(self, mtype, value, tb):

Undocumented

def __init__(self):

Undocumented

def print_all(self, s, thread_name=None):

Undocumented

def print_full_verbose(self, s):

Undocumented

def print_tail(self, s, tail_lines=40):

Undocumented

def print_verbose(self, s, thread_name=None):

Undocumented

def rosmake_cache_info(self, argument, start_times, right):

Undocumented

def rosmake_pkg_times_to_string(self, start_times):

Undocumented

def run(self):

Undocumented

def set_status(self, left, right=''):

Undocumented

def set_status_from_cache(self):

Undocumented

def shutdown(self):

Undocumented

build_queue =

Undocumented

cache_argument =

Undocumented

cache_right =

Undocumented

condition =

Undocumented

done: bool =

Undocumented

duration =

Undocumented

full_verbose: bool =

Undocumented

pkg_start_times =

Undocumented

running: bool =

Undocumented

status =

Undocumented

verbose: bool =

Undocumented

def _print_status(self, s):

Undocumented

_last_status =

Undocumented