Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.45
bulk_updates.py
File · 0.45
bulk_inserts.py
File · 0.45
short_selects.py
File · 0.45
large_resultsets.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected