target dialect supports representation of Python datetime.time() objects.
(self)
| 1004 | |
| 1005 | @property |
| 1006 | def time(self): |
| 1007 | """target dialect supports representation of Python |
| 1008 | datetime.time() objects.""" |
| 1009 | |
| 1010 | return exclusions.open() |
| 1011 | |
| 1012 | @property |
| 1013 | def time_microseconds(self): |
no outgoing calls
no test coverage detected