MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / HasNonCacheable

Class HasNonCacheable

test/orm/test_deferred.py:2223–2228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2221 impl = Integer
2222
2223 class HasNonCacheable(ComparableEntity, Base):
2224 __tablename__ = "non_cacheable"
2225
2226 id = Column(Integer, primary_key=True)
2227 created = Column(CustomTimeStamp)
2228 msg_translated = query_expression()
2229
2230 @classmethod
2231 def insert_data(cls, connection):

Callers 2

insert_dataMethod · 0.85

Calls 2

ColumnClass · 0.90
query_expressionFunction · 0.90

Tested by 2

insert_dataMethod · 0.68