Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ print_status
Method
print_status
pager_lib/tqdm/std.py:457–460 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
455
last_len = [0]
456
457
def
print_status(s):
458
len_s = disp_len(s)
459
fp_write(
'\r'
+ s + (
' '
* max(last_len[0] - len_s, 0)))
460
last_len[0] = len_s
461
462
return
print_status
463
Callers
nothing calls this directly
Calls
1
disp_len
Function · 0.85
Tested by
no test coverage detected