MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / time

Method time

lib/sqlalchemy/testing/requirements.py:1038–1042  ·  view source on GitHub ↗

target dialect supports representation of Python datetime.time() objects.

(self)

Source from the content-addressed store, hash-verified

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):

Callers 12

__init__Method · 0.45
_prepareMethod · 0.45
processMethod · 0.45
_invalidateMethod · 0.45
invalidateMethod · 0.45
get_connectionMethod · 0.45
__connectMethod · 0.45
skip_if_timeoutFunction · 0.45
TimeTestClass · 0.45
TimeTZTestClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected