MCPcopy 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_basicFunction · 0.80
test_rangeFunction · 0.80
test_nested_typesFunction · 0.80
test_invalid_castFunction · 0.80
test_multilineFunction · 0.80
test_row_truncationFunction · 0.80
test_column_truncationFunction · 0.80
long_messagesFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected