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

Function item

gitless/cli/pprint.py:64–66  ·  view source on GitHub ↗
(i, opt_text='', stream=sys.stdout.write)

Source from the content-addressed store, hash-verified

62
63
64def item(i, opt_text='', stream=sys.stdout.write):
65 with indent(4):
66 puts('{0}{1}'.format(i, opt_text), stream=stream)
67
68
69def blank(stream=sys.stdout.write):

Callers 1

err_itemFunction · 0.85

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected