MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / datetime

Method datetime

test/requirements.py:1309–1313  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1307
1308 @property
1309 def datetime(self):
1310 """target dialect supports representation of Python
1311 datetime.datetime() objects."""
1312
1313 return exclusions.open()
1314
1315 @property
1316 def date_implicit_bound(self):

Calls

no outgoing calls