Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ get_statements
Method
get_statements
tools/shell/test/conftest.py:108–112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
return
output_pipe
107
108
def
get_statements(self):
109
statements = []
110
for
statement in self.statements:
111
statements.append(statement)
112
return
"\n"
.join(statements)
113
114
def
get_output_data(self, res):
115
if
self.output:
Callers
1
run
Method · 0.95
Calls
2
append
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected