MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / current_date

Method current_date

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

Source from the content-addressed store, hash-verified

1149
1150 @property
1151 def current_date(self) -> Type[_current_date_func]: ...
1152
1153 @property
1154 def current_time(self) -> Type[_current_time_func]: ...

Callers 13

define_tablesMethod · 0.80
CoreFixturesClass · 0.80
compile_Method · 0.80
test_conn_executeMethod · 0.80
test_as_fromMethod · 0.80
test_date_coercionMethod · 0.80
functions.pyFile · 0.80
operators.pyFile · 0.80
AClass · 0.80

Calls

no outgoing calls

Tested by 9

define_tablesMethod · 0.64
compile_Method · 0.64
test_conn_executeMethod · 0.64
test_as_fromMethod · 0.64
test_date_coercionMethod · 0.64
test_native_datetimeMethod · 0.64