Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3702
def
log_progress(message):
3703
sys.stdout.write(
'\r'
+ str(message))
3704
sys.stdout.write(
"\033[K"
)
3705
sys.stdout.flush()
3706
3707
3708
if
__name__ ==
"__main__"
:
Callers
1
process_xml_file_definition
Function · 0.85
Calls
3
str
Function · 0.85
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected