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

Function exp

gitless/cli/pprint.py:59–61  ·  view source on GitHub ↗
(text, stream=sys.stdout.write)

Source from the content-addressed store, hash-verified

57
58
59def exp(text, stream=sys.stdout.write):
60 with indent(2):
61 puts('➜ {0}'.format(text), stream=stream)
62
63
64def item(i, opt_text='', stream=sys.stdout.write):

Callers 1

err_expFunction · 0.85

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected