MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_dml_not_cached_yet

Method test_dml_not_cached_yet

test/sql/test_compare.py:1316–1317  ·  view source on GitHub ↗
(self, dml_stmt)

Source from the content-addressed store, hash-verified

1314 ),
1315 )
1316 def test_dml_not_cached_yet(self, dml_stmt):
1317 eq_(dml_stmt._generate_cache_key(), None)
1318
1319 def test_values_doesnt_caches_right_now(self):
1320 v1 = values(

Callers

nothing calls this directly

Calls 2

eq_Function · 0.90
_generate_cache_keyMethod · 0.45

Tested by

no test coverage detected