MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / date_historic

Method date_historic

test/requirements.py:1506–1510  ·  view source on GitHub ↗

target dialect supports representation of Python datetime.datetime() objects with historic (pre 1900) values.

(self)

Source from the content-addressed store, hash-verified

1504
1505 @property
1506 def date_historic(self):
1507 """target dialect supports representation of Python
1508 datetime.datetime() objects with historic (pre 1900) values."""
1509
1510 return succeeds_if(["sqlite", "postgresql"])
1511
1512 @property
1513 def time(self):

Callers

nothing calls this directly

Calls 1

succeeds_ifFunction · 0.90

Tested by

no test coverage detected