MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / init_objects

Method init_objects

test/perf/compiled_extensions/misc.py:275–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273 NUMBER = 1000000
274
275 def init_objects(self):
276 from sqlalchemy.sql.elements import _anonymous_label
277
278 self.name = _anonymous_label.safe_construct(58243, "some_column_name")
279
280 self.impl_w_non_present = self.impl()
281 self.impl_w_present = iwp = self.impl()
282 self.name.apply_map(iwp)
283
284 @classmethod
285 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