target dialect supports representation of Python datetime.datetime() objects.
(self)
| 1382 | |
| 1383 | @property |
| 1384 | def datetime(self): |
| 1385 | """target dialect supports representation of Python |
| 1386 | datetime.datetime() objects.""" |
| 1387 | |
| 1388 | return exclusions.open() |
| 1389 | |
| 1390 | @property |
| 1391 | def date_implicit_bound(self): |
no outgoing calls