Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gitless-vcs/gitless
/ err_exp
Function
err_exp
gitless/cli/pprint.py:87–88 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
85
86
87
def
err_exp(text):
88
exp(text, stream=sys.stderr.write)
89
90
91
def
err_blank():
Callers
nothing calls this directly
Calls
1
exp
Function · 0.85
Tested by
no test coverage detected