MCPcopy
hub / github.com/kubernetes/test-infra / insert_rows

Method insert_rows

kettle/stream_test.py:60–62  ·  view source on GitHub ↗
(self, _, *args, **kwargs)

Source from the content-addressed store, hash-verified

58 self.trace = [] if trace is None else trace
59
60 def insert_rows(self, _, *args, **kwargs):
61 self.trace.append(['insert-rows', args, kwargs])
62 return []
63
64class FakeTable:
65 def __init__(self, name, schema):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected