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

Method write

pager_lib/tqdm/cli.py:254–255  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

252 class stdout:
253 @staticmethod
254 def write(_):
255 pass
256 else:
257 stdout = sys.stdout
258 stdout = getattr(stdout, 'buffer', stdout)

Callers 1

mainFunction · 0.45

Calls 1

external_write_modeMethod · 0.80

Tested by

no test coverage detected