target dialect supports representation of Python datetime.date() objects.
(self)
| 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): |
no outgoing calls