MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / has_stats

Method has_stats

lib/sqlalchemy/testing/profiling.py:120–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 return "_".join(platform_tokens)
119
120 def has_stats(self):
121 test_key = _current_test
122 return (
123 test_key in self.data and self.platform_key in self.data[test_key]
124 )
125
126 def result(self, callcount):
127 test_key = _current_test

Callers 1

count_functionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected