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

Method time

test/requirements.py:1513–1517  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1511
1512 @property
1513 def time(self):
1514 """target dialect supports representation of Python
1515 datetime.time() objects."""
1516
1517 return skip_if(["oracle"])
1518
1519 @property
1520 def time_microseconds(self):

Callers 15

test_iso_datetimeMethod · 0.45
test_timeoutMethod · 0.45
checkoutMethod · 0.45
before_cursor_executeFunction · 0.45
after_cursor_executeFunction · 0.45
track_timeFunction · 0.45
run_with_timeFunction · 0.45
statusFunction · 0.45
insert_dataMethod · 0.45
insert_dataMethod · 0.45

Calls 1

skip_ifFunction · 0.90

Tested by 13

test_iso_datetimeMethod · 0.36
test_timeoutMethod · 0.36
checkoutMethod · 0.36
insert_dataMethod · 0.36
insert_dataMethod · 0.36
date_fixtureMethod · 0.36
test_time_roundtripMethod · 0.36