MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / update

Method update

test/perf/compiled_extensions.py:623–626  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

621
622 @test_case
623 def update(self):
624 ii = self.impl(self.val1)
625 for _ in range(250):
626 ii.update(self.imp_2)
627
628 @test_case
629 def ior(self):

Calls

no outgoing calls