MCPcopy Index your code
hub / github.com/gitless-vcs/gitless / err_item

Function err_item

gitless/cli/pprint.py:95–96  ·  view source on GitHub ↗
(i, opt_text='')

Source from the content-addressed store, hash-verified

93
94
95def err_item(i, opt_text=''):
96 item(i, opt_text, stream=sys.stderr.write)
97
98
99# Misc

Callers

nothing calls this directly

Calls 1

itemFunction · 0.85

Tested by

no test coverage detected