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

Class Row

test/perf/compiled_extensions.py:902–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900 assert isinstance(self.row, self.impl), type(self.row)
901
902 class Row(self.impl):
903 pass
904
905 self.Row = Row
906 self.row_sub = Row(*self.row_args)

Callers 1

init_objectsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected