MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / row_dumps

Method row_dumps

test/perf/compiled_extensions/row.py:183–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181
182 @test_case
183 def row_dumps(self):
184 self.row.__getstate__()
185 self.row_long.__getstate__()
186
187 @test_case
188 def row_loads(self):

Callers

nothing calls this directly

Calls 1

__getstate__Method · 0.45

Tested by

no test coverage detected