MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / close

Method close

pager_lib/tqdm/rich.py:116–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 self._task_id = self._prog.add_task(self.desc or "", **d)
115
116 def close(self):
117 if self.disable:
118 return
119 self.display() # print 100%, vis #1306
120 super().close()
121 self._prog.__exit__(None, None, None)
122
123 def clear(self, *_, **__):
124 pass

Callers

nothing calls this directly

Calls 2

displayMethod · 0.95
__exit__Method · 0.45

Tested by

no test coverage detected