MCPcopy
hub / github.com/gitless-vcs/gitless / blank

Function blank

gitless/cli/pprint.py:69–70  ·  view source on GitHub ↗
(stream=sys.stdout.write)

Source from the content-addressed store, hash-verified

67
68
69def blank(stream=sys.stdout.write):
70 puts('', stream=stream)
71
72
73def sep(stream=sys.stdout.write):

Callers 3

err_blankFunction · 0.85
apply_okFunction · 0.85
apply_errFunction · 0.85

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected