MCPcopy
hub / github.com/gitless-vcs/gitless / stdout

Function stdout

gitless/core.py:1342–1347  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

1340 'OpCb', ['apply_ok', 'apply_err', 'save', 'restore_ok'])
1341
1342def stdout(p):
1343 try:
1344 pstdout = p.stdout.decode(ENCODING)
1345 except AttributeError:
1346 pstdout = p.stdout
1347 return pstdout
1348
1349def stderr(p):
1350 try:

Callers 8

listall_branchesMethod · 0.70
lookup_branchMethod · 0.70
listall_tagsMethod · 0.70
lookup_tagMethod · 0.70
_au_filesMethod · 0.70
_status_fileMethod · 0.70
mergeMethod · 0.70
_stashFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected