target dialect supports representation of Python datetime.time() objects.
(self)
| 1036 | |
| 1037 | @property |
| 1038 | def time(self): |
| 1039 | """target dialect supports representation of Python |
| 1040 | datetime.time() objects.""" |
| 1041 | |
| 1042 | return exclusions.open() |
| 1043 | |
| 1044 | @property |
| 1045 | def time_microseconds(self): |
no outgoing calls
no test coverage detected