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

Method set_postfix_str

pager_lib/tqdm/std.py:1433–1439  ·  view source on GitHub ↗

Postfix without dictionary expansion, similar to prefix handling.

(self, s='', refresh=True)

Source from the content-addressed store, hash-verified

1431 self.refresh()
1432
1433 def set_postfix_str(self, s='', refresh=True):
1434 """
1435 Postfix without dictionary expansion, similar to prefix handling.
1436 """
1437 self.postfix = str(s)
1438 if refresh:
1439 self.refresh()
1440
1441 def moveto(self, n):
1442 # TODO: private method

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected