Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_tables
Method · 0.80
CoreFixtures
Class · 0.80
test_annotation_dialect_specific
Method · 0.80
compile_
Method · 0.80
test_conn_execute
Method · 0.80
test_as_from
Method · 0.80
test_text_in_select_nonfrom
Method · 0.80
test_date_coercion
Method · 0.80
functions.py
File · 0.80
operators.py
File · 0.80
A
Class · 0.80
test_function_overrides
Method · 0.80
Calls
no outgoing calls
Tested by
9
define_tables
Method · 0.64
test_annotation_dialect_specific
Method · 0.64
compile_
Method · 0.64
test_conn_execute
Method · 0.64
test_as_from
Method · 0.64
test_text_in_select_nonfrom
Method · 0.64
test_date_coercion
Method · 0.64
test_function_overrides
Method · 0.64
test_native_datetime
Method · 0.64