MCPcopy Index your code
hub / github.com/pathwaycom/pathway / run

Method run

python/pathway/tests/test_sqlite.py:608–612  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

606 return True
607
608 def run(self):
609 row = b'{"b": "B", "a": "A"}'
610 self._add(api.ref_scalar(1), row)
611 self.commit() # force the remove into a separate minibatch
612 self._remove(api.ref_scalar(1), row)
613
614 t = pw.io.python.read(Subject(), schema=S, autocommit_duration_ms=1)
615 pw.io.sqlite.write(

Calls 3

_addMethod · 0.80
commitMethod · 0.80
_removeMethod · 0.80

Tested by

no test coverage detected