MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / time

Method time

lib/sqlalchemy/testing/requirements.py:1006–1010  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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

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