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