MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / current_time

Method current_time

lib/sqlalchemy/sql/functions.py:1154–1154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1152
1153 @property
1154 def current_time(self) -> Type[_current_time_func]: ...
1155
1156 @property
1157 def current_timestamp(self) -> Type[_current_timestamp_func]: ...

Callers 3

CoreFixturesClass · 0.80
functions.pyFile · 0.80
test_functionMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_functionMethod · 0.64