MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / datetime

Method datetime

lib/sqlalchemy/testing/requirements.py:938–942  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

936
937 @property
938 def datetime(self):
939 """target dialect supports representation of Python
940 datetime.datetime() objects."""
941
942 return exclusions.open()
943
944 @property
945 def datetime_timezone(self):

Callers 11

processMethod · 0.45
processMethod · 0.45
insert_dataMethod · 0.45
DateTimeTestClass · 0.45
DateTimeTZTestClass · 0.45

Calls

no outgoing calls

Tested by 2

insert_dataMethod · 0.36