Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/buildbot/buildbot
/ stdout
Method
stdout
master/buildbot/test/steps.py:175–177 ·
view source on GitHub ↗
(self, output)
Source
from the content-addressed store, hash-verified
173
return
self
174
175
def
stdout(self, output):
176
self.behaviors.append((
'log'
,
'stdio'
, {
'stdout'
: output}))
177
return
self
178
179
def
stderr(self, output):
180
self.behaviors.append((
'log'
,
'stdio'
, {
'stderr'
: output}))
Callers
15
test_multiple_steps
Method · 0.45
test_get_secret_in_pass
Method · 0.45
test_get_secret_in_pass_multiple_lines_unix
Method · 0.45
test_get_secret_in_pass_multiple_lines_darwin
Method · 0.45
test_get_secret_in_pass_multiple_lines_windows
Method · 0.45
test_success
Method · 0.45
test_error
Method · 0.45
test_multiple_errors
Method · 0.45
test_warnings
Method · 0.45
test_mode_full
Method · 0.45
test_mode_full_win32path
Method · 0.45
test_mode_full_timeout
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
15
test_multiple_steps
Method · 0.36
test_get_secret_in_pass
Method · 0.36
test_get_secret_in_pass_multiple_lines_unix
Method · 0.36
test_get_secret_in_pass_multiple_lines_darwin
Method · 0.36
test_get_secret_in_pass_multiple_lines_windows
Method · 0.36
test_success
Method · 0.36
test_error
Method · 0.36
test_multiple_errors
Method · 0.36
test_warnings
Method · 0.36
test_mode_full
Method · 0.36
test_mode_full_win32path
Method · 0.36
test_mode_full_timeout
Method · 0.36