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

Method init_objects

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

Source from the content-addressed store, hash-verified

1124 NUMBER = 1000000
1125
1126 def init_objects(self):
1127 from sqlalchemy.sql.elements import _anonymous_label
1128
1129 self.name = _anonymous_label.safe_construct(58243, "some_column_name")
1130
1131 self.impl_w_non_present = self.impl()
1132 self.impl_w_present = iwp = self.impl()
1133 self.name.apply_map(iwp)
1134
1135 @classmethod
1136 def update_results(cls, results):

Callers

nothing calls this directly

Calls 2

safe_constructMethod · 0.80
apply_mapMethod · 0.45

Tested by

no test coverage detected