Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ __del__
Method
__del__
pager_lib/tqdm/std.py:1147–1148 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1145
warn(
"AttributeError ignored"
, TqdmWarning, stacklevel=2)
1146
1147
def
__del__(self):
1148
self.close()
1149
1150
def
__str__(self):
1151
return
self.format_meter(**self.format_dict)
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected