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

Method clear

pager_lib/tqdm/contrib/telegram.py:133–136  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

131 self.tgio.write(self.format_meter(**fmt))
132
133 def clear(self, *args, **kwargs):
134 super().clear(*args, **kwargs)
135 if not self.disable:
136 self.tgio.write("")
137
138 def close(self):
139 if self.disable:

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected