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

Method send_statement

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

Source from the content-addressed store, hash-verified

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:
161 assert self.shell_process.expect_exact(["lbug", pexpect.EOF]) == 0
162 self.shell_process.send(stmt)
163
164 def send_control_statement(self, stmt: str) -> None:
165 if self.shell_process:

Callers 15

test_enterFunction · 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
test_ctrl_fFunction · 0.80
test_ctrl_tFunction · 0.80
test_ctrl_u_clearedFunction · 0.80
test_ctrl_u_positionFunction · 0.80
test_ctrl_kFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected