MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / datetime

Method datetime

test/requirements.py:1384–1388  ·  view source on GitHub ↗

target dialect supports representation of Python datetime.datetime() objects.

(self)

Source from the content-addressed store, hash-verified

1382
1383 @property
1384 def datetime(self):
1385 """target dialect supports representation of Python
1386 datetime.datetime() objects."""
1387
1388 return exclusions.open()
1389
1390 @property
1391 def date_implicit_bound(self):

Calls

no outgoing calls