Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ statement
Method
statement
tools/shell/test/conftest.py:70–72 ·
view source on GitHub ↗
(self, stmt)
Source
from the content-addressed store, hash-verified
68
return
self
69
70
def
statement(self, stmt):
71
self.statements.append(stmt)
72
return
self
73
74
def
query(self, *stmts):
75
self.statements.extend(stmts)
Callers
15
test_basic
Function · 0.80
test_range
Function · 0.80
test_nested_types
Function · 0.80
test_invalid_cast
Function · 0.80
test_unwind_merge_uuid_default_returns_same_id
Function · 0.80
test_packed_path_extend_matches_default_count
Function · 0.80
test_packed_path_extend_explain_uses_physical_operator
Function · 0.80
test_multiline
Function · 0.80
test_multi_queries_one_line
Function · 0.80
test_row_truncation
Function · 0.80
test_column_truncation
Function · 0.80
long_messages
Function · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected