Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ report
Method
report
examples/performance/__init__.py:418–421 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
416
self.sort = sort
417
418
def
report(self):
419
print(self._summary())
420
if
self.profile.profile:
421
self.report_stats()
422
423
def
_summary(self):
424
summary =
"%s : %s (%d iterations)"
% (
Callers
1
run
Method · 0.80
Calls
2
_summary
Method · 0.95
report_stats
Method · 0.95
Tested by
no test coverage detected