MCPcopy Create free account
hub / github.com/cinder/Cinder / log_progress

Function log_progress

docs/generateDocs.py:3702–3705  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

3700
3701
3702def log_progress(message):
3703 sys.stdout.write('\r' + str(message))
3704 sys.stdout.write("\033[K")
3705 sys.stdout.flush()
3706
3707
3708if __name__ == "__main__":

Callers 1

Calls 3

strFunction · 0.85
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected