MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / init

Method init

examples/performance/__init__.py:244–246  ·  view source on GitHub ↗
(cls, name, num)

Source from the content-addressed store, hash-verified

242
243 @classmethod
244 def init(cls, name, num):
245 cls.name = name
246 cls.num = num
247
248 @classmethod
249 def profile(cls, fn):

Callers 5

single_inserts.pyFile · 0.45
bulk_updates.pyFile · 0.45
bulk_inserts.pyFile · 0.45
short_selects.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected