MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / send_control_statement

Method send_control_statement

tools/shell/test/conftest.py:164–167  ·  view source on GitHub ↗
(self, stmt: str)

Source from the content-addressed store, hash-verified

162 self.shell_process.send(stmt)
163
164 def send_control_statement(self, stmt: str) -> None:
165 if self.shell_process:
166 assert self.shell_process.expect_exact(["lbug", pexpect.EOF]) == 0
167 self.shell_process.sendcontrol(stmt)
168
169
170@pytest.fixture()

Callers 15

set_up_searchFunction · 0.80
test_search_next_onceFunction · 0.80
test_search_next_topFunction · 0.80
test_search_prev_onceFunction · 0.80
test_search_prev_bottomFunction · 0.80
test_ctrl_aFunction · 0.80
test_tab_completeFunction · 0.80
test_ctrl_eFunction · 0.80
test_ctrl_bFunction · 0.80
test_ctrl_fFunction · 0.80
test_ctrl_tFunction · 0.80
test_ctrl_u_clearedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected