HomeSort by relevance Sort by last modified time
    Searched refs:input_fn (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
cli_wrapper.py 39 def main(server_constructor, input_fn=None, argv=None, **kwargs):
40 input_fn = input_fn or raw_input
63 _ = input_fn('Hit any key to stop the server and exit.')
cli_wrapper_unittest.py 32 cli_wrapper.main(mock_server_constructor, input_fn=lambda msg: True, argv=[])

Completed in 375 milliseconds