MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / date

Method date

test/requirements.py:1491–1495  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1489
1490 @property
1491 def date(self):
1492 """target dialect supports representation of Python
1493 datetime.date() objects."""
1494
1495 return exclusions.open()
1496
1497 @property
1498 def date_coerces_from_datetime(self):

Callers 15

test_date_betweenMethod · 0.45
test_non_functionsMethod · 0.45
test_extract_bindMethod · 0.45
insert_dataMethod · 0.45
test_controlMethod · 0.45
test_bind_adaptMethod · 0.45
test_bind_typingMethod · 0.45
test_iso_datetimeMethod · 0.45
insert_dataMethod · 0.45
insert_dataMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_date_betweenMethod · 0.36
test_non_functionsMethod · 0.36
test_extract_bindMethod · 0.36
insert_dataMethod · 0.36
test_controlMethod · 0.36
test_bind_adaptMethod · 0.36
test_bind_typingMethod · 0.36
test_iso_datetimeMethod · 0.36
insert_dataMethod · 0.36
insert_dataMethod · 0.36