Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
def
exp(text, stream=sys.stdout.write):
60
with
indent(2):
61
puts(
'➜ {0}'
.format(text), stream=stream)
62
63
64
def
item(i, opt_text=
''
, stream=sys.stdout.write):
Callers
1
err_exp
Function · 0.85
Calls
1
puts
Function · 0.85
Tested by
no test coverage detected