Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
64
def
item(i, opt_text=
''
, stream=sys.stdout.write):
65
with
indent(4):
66
puts(
'{0}{1}'
.format(i, opt_text), stream=stream)
67
68
69
def
blank(stream=sys.stdout.write):
Callers
1
err_item
Function · 0.85
Calls
1
puts
Function · 0.85
Tested by
no test coverage detected