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

Method send_finished_statement

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

Source from the content-addressed store, hash-verified

151 self.shell_process = pexpect.spawn(command, encoding="utf_8", env=my_env)
152
153 def send_finished_statement(self, stmt: str) -> None:
154 if self.shell_process:
155 assert self.shell_process.expect_exact(["lbug", pexpect.EOF]) == 0
156 self.shell_process.send(stmt)
157 assert self.shell_process.expect_exact(["lbug", pexpect.EOF]) == 0
158
159 def send_statement(self, stmt: str) -> None:
160 if self.shell_process:

Callers 15

singlelineFunction · 0.95
set_up_searchFunction · 0.80
test_enterFunction · 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_tabFunction · 0.80
test_tab_completeFunction · 0.80
test_ctrl_eFunction · 0.80
test_ctrl_bFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected